X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=8257392659c9fab6eb706e589f13da1f8089f0b9;hb=03e0e27b85c3dc451bf9e072fe1e8afcbe5dfe8b;hp=09e694808db1c0ff245b1a6cd61c8043949d489e;hpb=e8b3ac445a49e64709a68e276f99475465e07807;p=crea.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 09e6948..8257392 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,11 +1,11 @@ -INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin ) -IF(${CREA_BUILD_WX}) - SUBDIRS(creaNewProject) -ENDIF(${CREA_BUILD_WX}) +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)