Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jul 24, 2023
1 parent 511d9ed commit 2e41488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ add_executable(vector_audio src/main.cpp
${APPLE_EXTRA_LIBS})

if (WIN32)
set_target_properties(vector_audio PROPERTIES WIN32_EXECUTABLE TRUE)
target_link_options(vector_audio PRIVATE "/SUBSYSTEM:WINDOWS")
target_link_options(vector_audio PRIVATE "/MANIFESTUAC:\"level='requireAdministrator' uiAccess='false'\"")
endif()

Expand Down

0 comments on commit 2e41488

Please sign in to comment.