X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=8257392659c9fab6eb706e589f13da1f8089f0b9;hb=354c5b7a8ee096ee305e552787a8972a9a013d2f;hp=74a0e60ccb2cf69b80e7b4d13c5669539e776006;hpb=ffbaf4177cae0647c558f89daf6783b91373930d;p=crea.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 74a0e60..8257392 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,4 +1,11 @@ -SUBDIRS(creaNewProject) + + +IF(CREA_BUILD_WX) + ADD_SUBDIRECTORY(creaNewProject) +ENDIF(CREA_BUILD_WX) + IF(WIN32) -# SUBDIRS(creaSed) + INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin ) + ADD_SUBDIRECTORY(creaSed) ENDIF(WIN32) +