]> Creatis software - crea.git/blob - samples/creaSample_preprocessor/CMakeLists.txt
Initial revision
[crea.git] / samples / creaSample_preprocessor / CMakeLists.txt
1 crea_DEFINE(DEF1)
2 crea_DEFINE_WITH_VAL(DEF2 "This is the value of DEF2")
3 crea_DEFINE_WITH_VAL(DEF3 10)
4
5 ADD_EXECUTABLE(creaSample_preprocessor main)
6 TARGET_LINK_LIBRARIES(creaSample_preprocessor crea)