mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
CMake: fix Windows installation with Ninja generator
Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
parent
5b53ed9a50
commit
4f5b132b7f
@ -1355,6 +1355,9 @@ else()
|
|||||||
install( TARGETS ${TARGET}
|
install( TARGETS ${TARGET}
|
||||||
DESTINATION "."
|
DESTINATION "."
|
||||||
RESOURCE DESTINATION "${_APPDIR}/Resources" )
|
RESOURCE DESTINATION "${_APPDIR}/Resources" )
|
||||||
|
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||||
|
install( TARGETS ${TARGET}
|
||||||
|
DESTINATION "." )
|
||||||
else()
|
else()
|
||||||
install( TARGETS ${TARGET} RUNTIME )
|
install( TARGETS ${TARGET} RUNTIME )
|
||||||
install( DIRECTORY "${_DEST}/${_LIBDIR}/"
|
install( DIRECTORY "${_DEST}/${_LIBDIR}/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user