We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4017a commit f6665b1Copy full SHA for f6665b1
CMakeLists.txt
@@ -69,9 +69,7 @@ if(CMAKE_VS_PLATFORM_NAME STREQUAL Win32)
69
target_link_options(libdshowcapture PRIVATE /SAFESEH:NO)
70
endif()
71
72
-target_include_directories(
73
- libdshowcapture
74
- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/external/capture-device-support/Library)
+target_include_directories(libdshowcapture PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/external/capture-device-support/Library)
75
76
target_compile_definitions(
77
libdshowcapture
@@ -84,5 +82,7 @@ target_compile_definitions(
84
82
_UP_WINDOWS=1
85
83
)
86
87
-target_link_libraries(libdshowcapture PRIVATE setupapi strmiids ksuser winmm
88
- wmcodecdspuuid)
+target_link_libraries(
+ libdshowcapture
+ PRIVATE setupapi strmiids ksuser winmm wmcodecdspuuid
+)
0 commit comments