1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Destination for file() is always a directory

Thanks RenÃ
This commit is contained in:
Leland Lucius 2020-02-12 07:54:33 -06:00
parent e79274a403
commit 2430582e90

View File

@ -123,7 +123,7 @@ set( stamp "${_INTDIR}/.stamp.lv2" )
# Simulate the older directory structure (trailing "/" is important)
file( MAKE_DIRECTORY "${ns}" )
file( COPY "${src}/lv2/core/lv2.h" DESTINATION "${dst}/lv2.h" )
file( COPY "${src}/lv2/core/lv2.h" DESTINATION "${dst}" )
file( COPY "${src}/lv2/" DESTINATION "${ns}/ext" )
file( COPY "${src}/lv2/" DESTINATION "${ns}/extensions" )
file( COPY "${src}/lv2/core/" DESTINATION "${ns}/lv2core" )