Improve compilation time
This commit is contained in:
parent
3b6bcc93e0
commit
aa60cb7ebc
5 changed files with 31 additions and 33 deletions
|
|
@ -8,7 +8,8 @@ add_executable(dxgi-info dxgi.cpp)
|
|||
set_target_properties(dxgi-info PROPERTIES CXX_STANDARD 17)
|
||||
target_link_libraries(dxgi-info
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
dxgi)
|
||||
dxgi
|
||||
${PLATFORM_LIBRARIES})
|
||||
target_compile_options(dxgi-info PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
|
||||
add_executable(audio-info audio.cpp)
|
||||
|
|
@ -17,5 +18,5 @@ target_link_libraries(audio-info
|
|||
${CMAKE_THREAD_LIBS_INIT}
|
||||
ksuser
|
||||
windowsapp
|
||||
)
|
||||
target_compile_options(audio-info PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
${PLATFORM_LIBRARIES})
|
||||
target_compile_options(audio-info PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue