rhubarb-lip-sync/extras/MagixVegas/CMakeLists.txt

15 lines
232 B
CMake
Raw Normal View History

2025-02-06 15:50:39 +00:00
cmake_minimum_required(VERSION 3.24)
set(vegasFiles
"Debug Rhubarb.cs"
"Debug Rhubarb.cs.config"
"Import Rhubarb.cs"
"Import Rhubarb.cs.config"
"README.adoc"
)
install(
FILES ${vegasFiles}
DESTINATION "extras/MagixVegas"
)