mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Co-authored-by: Steve <steve@imagus.au> Co-authored-by: Steve Brain <sbrain@vixvizion.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: luncliff <luncliff@gmail.com>
14 lines
321 B
Diff
14 lines
321 B
Diff
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
|