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