mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Fix multi-config builds
Hopefully, this corrects the handling of the different configs like Debug, Release, etc, when dealing with multi-config generators.
This commit is contained in:
@@ -27,10 +27,9 @@ list( APPEND LIBRARIES
|
||||
wxwidgets
|
||||
)
|
||||
|
||||
set_target_property_all( ${TARGET} LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules" )
|
||||
set_target_properties( ${TARGET}
|
||||
PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY_${CMAKE_BUILD_TYPE} "${_DEST}/modules"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules"
|
||||
PREFIX ""
|
||||
FOLDER "lib-src"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user