mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
More cmake updates
Added install target (this is mainly for Linux) Added mod-nyq-bench More to come...
This commit is contained in:
@@ -29,9 +29,8 @@ list( APPEND LIBRARIES
|
||||
|
||||
set_target_properties( ${TARGET}
|
||||
PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY_DEBUG "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY_RELEASE "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY_${CMAKE_BUILD_TYPE} "${_DEST}/modules"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules"
|
||||
PREFIX ""
|
||||
FOLDER "lib-src"
|
||||
)
|
||||
|
@@ -32,9 +32,8 @@ list( APPEND LIBRARIES
|
||||
|
||||
set_target_properties( ${TARGET}
|
||||
PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY_DEBUG "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY_RELEASE "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${_MODDIR}"
|
||||
LIBRARY_OUTPUT_DIRECTORY_${CMAKE_BUILD_TYPE} "${_DEST}/modules"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${_DEST}/modules"
|
||||
PREFIX ""
|
||||
FOLDER "lib-src"
|
||||
)
|
||||
|
Reference in New Issue
Block a user