X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaSed%2FCMakeLists.txt;h=075a4da64add754b78f1394e74d5b57b769ed380;hb=4473ea5e5ba7bf275cbafbadf81cd82d04917850;hp=d6a3d6dddda456c0f2fba20412bde0521f039e2e;hpb=79358c74d60247bf322fc38d38ce7d95a6c41abf;p=crea.git diff --git a/appli/creaSed/CMakeLists.txt b/appli/creaSed/CMakeLists.txt index d6a3d6d..075a4da 100644 --- a/appli/creaSed/CMakeLists.txt +++ b/appli/creaSed/CMakeLists.txt @@ -1,2 +1,3 @@ -ADD_EXECUTABLE(creaSed creaSed) -INSTALL(PROGRAMS creaSed DESTINATION bin) +SET(creaSed_SOURCES creaSed) +SET(creaSed_HAS_GUI OFF) +CREA_ADD_EXECUTABLE(creaSed)