Files
vcpkg/ports/cpuinfo/add-clog-cmake.patch
Steve Brain 29ff5b8131 [libtorch] [xnnpack] [qnnpack] [cpuinfo][fbgemm] (#46649)
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>
2025-09-19 13:27:54 -04:00

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