14 lines
478 B
CMake
14 lines
478 B
CMake
|
|
||
|
set ( examplesInstallDir share/doc/coriolis2/examples )
|
||
|
|
||
|
install ( FILES accu.vst
|
||
|
alu.vst
|
||
|
amd2901.vst
|
||
|
coeur.vst
|
||
|
muxe.vst
|
||
|
muxs.vst
|
||
|
ram.vst
|
||
|
design.py
|
||
|
DESTINATION ${examplesInstallDir}/AM2901 )
|
||
|
|