mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +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}
|
||||
DESTINATION "."
|
||||
RESOURCE DESTINATION "${_APPDIR}/Resources" )
|
||||
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||
install( TARGETS ${TARGET}
|
||||
DESTINATION "." )
|
||||
else()
|
||||
install( TARGETS ${TARGET} RUNTIME )
|
||||
install( DIRECTORY "${_DEST}/${_LIBDIR}/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user