mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 14:23:04 +00:00
Stop overriding the binaries' install dir
This is equivalent to the default, except the default accepts being overridden
This commit is contained in:
@@ -103,7 +103,7 @@ add_executable(rgbgfx $<TARGET_OBJECTS:common>
|
||||
"verbosity.cpp"
|
||||
)
|
||||
|
||||
install(TARGETS rgbasm rgblink rgbfix rgbgfx RUNTIME DESTINATION bin)
|
||||
install(TARGETS rgbasm rgblink rgbfix rgbgfx RUNTIME)
|
||||
# Required to run tests
|
||||
set_target_properties(rgbasm rgblink rgbfix rgbgfx PROPERTIES
|
||||
# hack for MSVC: no-op generator expression to stop generation of "per-configuration subdirectory"
|
||||
|
||||
Reference in New Issue
Block a user