mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 09:18:30 +12:00
Name output binary Cemu_<CONFIG> and always place it in bin/ (#179)
This commit is contained in:
parent
1373c76eb9
commit
4ed18a65c3
4 changed files with 20 additions and 9 deletions
|
@ -75,8 +75,10 @@ endif()
|
|||
set_property(TARGET CemuBin PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
set_target_properties(CemuBin PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../bin/"
|
||||
OUTPUT_NAME "Cemu"
|
||||
# multi-configuration generators will add a config subdirectory to RUNTIME_OUTPUT_DIRECTORY if no generator expression is used
|
||||
# to get the same behavior everywhere we append an empty generator expression
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../bin/$<1:>"
|
||||
OUTPUT_NAME "Cemu_$<LOWER_CASE:$<CONFIG>>"
|
||||
)
|
||||
|
||||
target_link_libraries(CemuBin PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue