1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 23:21:12 +02:00

🐛 Fixed missing files when packaging with ninja on windows

Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
Edgar
2021-07-18 17:07:16 +02:00
committed by Be
parent 9285ed97c3
commit 641b293dde
8 changed files with 14 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ foreach( MODULE ${MODULES} )
endforeach()
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
if( NOT WIN32)
install( DIRECTORY "${_DEST}/modules"
DESTINATION "${_PKGLIB}" )
endif()