mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
69d5556d0d
* [ffnvcodec/libproxy] Update to latest release version * Small changes * [ffnvcodec] Use version instead of version-string. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
337 B
Diff
15 lines
337 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1c68939..9ef6895 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -42,6 +42,9 @@ else()
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
endif()
|
|
|
|
+if (WIN32)
|
|
+ link_libraries(Advapi32)
|
|
+endif()
|
|
# Conditionally build bindings
|
|
if(NOT WIN32)
|
|
add_subdirectory(bindings)
|