1
0
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:
Be 2021-07-11 11:04:28 -05:00
parent 5b53ed9a50
commit 4f5b132b7f
No known key found for this signature in database
GPG Key ID: F4D83691462F656E

View File

@ -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}/"