Add Support for Safely Elevating Administrator Privileges (#1036)
This commit is contained in:
@@ -12,6 +12,13 @@ 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
|
||||
@@ -36,3 +43,4 @@ target_link_libraries(ddprobe
|
||||
d3d11
|
||||
${PLATFORM_LIBRARIES})
|
||||
target_compile_options(ddprobe PRIVATE ${SUNSHINE_COMPILE_OPTIONS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user