10 lines
228 B
CMake
10 lines
228 B
CMake
|
ADD_SUBDIRECTORY(cplusplus)
|
||
|
#ADD_SUBDIRECTORY(python)
|
||
|
|
||
|
SET ( SP_FILES OTA.cir
|
||
|
np_mos.spi
|
||
|
otaTwoStage.spi
|
||
|
)
|
||
|
|
||
|
INSTALL ( FILES ${SP_FILES} DESTINATION share/doc/coriolis2/examples/vlsisapd/spice )
|