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