Elevated Commands Redesign (#1123)
This commit is contained in:
parent
18ab7dcf6c
commit
430a439698
17 changed files with 568 additions and 425 deletions
|
|
@ -12,13 +12,6 @@ target_link_libraries(dxgi-info
|
|||
${PLATFORM_LIBRARIES})
|
||||
target_compile_options(dxgi-info PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
|
||||
add_executable(elevator elevator.cpp)
|
||||
set_target_properties(elevator PROPERTIES CXX_STANDARD 17)
|
||||
target_link_libraries(elevator
|
||||
shell32
|
||||
${PLATFORM_LIBRARIES})
|
||||
target_compile_options(elevator PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
|
||||
add_executable(audio-info audio.cpp)
|
||||
set_target_properties(audio-info PROPERTIES CXX_STANDARD 17)
|
||||
target_link_libraries(audio-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue