X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FCMakeLists.txt;h=a5a20280dde5e0987ece1f7fb973e8e505b5fbe8;hb=114ae3f9068744bf299bc74d4b26e726aaf3d290;hp=0e315a1b588976da4ace107ecf35953162f509fb;hpb=67b67cafced0d039cf6ff2ccf7839088fd091395;p=FrontAlgorithms.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 0e315a1..a5a2028 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,8 +1,6 @@ - -IF(BUILD_TempAirwaysAppli) - SUBDIRS( - TempAirwaysAppli - ) -ENDIF(BUILD_TempAirwaysAppli) +OPTION(BUILD_EXAMPLES "Build simple examples" OFF) +IF(BUILD_EXAMPLES) + SUBDIRS(examples) +ENDIF(BUILD_EXAMPLES) ## eof - $RCSfile$