aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpuinfo/add-clog-cmake.patch
blob: 7e9bd63ab6cdadb30170016f30232436864f8582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b260162..d63e180 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -929,3 +929,7 @@ IF(CPUINFO_BUILD_PKG_CONFIG)
   DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
 
 ENDIF()
+
+IF(CPUINFO_BUILD_CLOG)
+add_subdirectory(deps/clog)
+ENDIF()
\ No newline at end of file