X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=appli%2FCMakeLists.txt;h=42da0c800a270c9926bc58388de2385ee9eecbb9;hb=7818ccb69c97009a18a2e78b26dc47e7d2081edb;hp=9489edf01c9ccc5acc4356c47c0b31320dd6535b;hpb=f1aae8f47492724b00ccb430a20187e1122b0d21;p=crea.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 9489edf..42da0c8 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) + add_subdirectory(creaNewProject) +ENDIF(CREA_BUILD_WX) + IF(WIN32) - SUBDIRS(creaSed) + add_subdirectory(creaSed) ENDIF(WIN32) +