mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Destination for file() is always a directory
Thanks RenÃ
This commit is contained in:
parent
e79274a403
commit
2430582e90
@ -123,7 +123,7 @@ set( stamp "${_INTDIR}/.stamp.lv2" )
|
|||||||
|
|
||||||
# Simulate the older directory structure (trailing "/" is important)
|
# Simulate the older directory structure (trailing "/" is important)
|
||||||
file( MAKE_DIRECTORY "${ns}" )
|
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}/ext" )
|
||||||
file( COPY "${src}/lv2/" DESTINATION "${ns}/extensions" )
|
file( COPY "${src}/lv2/" DESTINATION "${ns}/extensions" )
|
||||||
file( COPY "${src}/lv2/core/" DESTINATION "${ns}/lv2core" )
|
file( COPY "${src}/lv2/core/" DESTINATION "${ns}/lv2core" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user