File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ if(CMAKE_VS_PLATFORM_NAME STREQUAL Win32)
6969 target_link_options (libdshowcapture PRIVATE /SAFESEH:NO )
7070endif ()
7171
72- target_include_directories (
73- libdshowcapture
74- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /external/capture-device-support/Library)
72+ target_include_directories (libdshowcapture PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /external/capture-device-support/Library)
7573
7674target_compile_definitions (
7775 libdshowcapture
@@ -84,5 +82,7 @@ target_compile_definitions(
8482 _UP_WINDOWS=1
8583)
8684
87- target_link_libraries (libdshowcapture PRIVATE setupapi strmiids ksuser winmm
88- wmcodecdspuuid)
85+ target_link_libraries (
86+ libdshowcapture
87+ PRIVATE setupapi strmiids ksuser winmm wmcodecdspuuid
88+ )
You can’t perform that action at this time.
0 commit comments