X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=53f87ec4b22dd0921c48c5e66b75ae6889e51783;hb=bae167768b5d3ccae6ec9b04c844d80e0368a52d;hp=4393e64eb0d77258a4f7f8569da36efc91e751db;hpb=93f4039f5e0ee3ac857dd7a7eaa9687068e89a5a;p=crea.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4393e64..53f87ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Santé) +# pour la Sant�) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton # Previous Authors : Laurent Guigues, Jean-Pierre Roux # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil @@ -99,8 +99,10 @@ INCLUDE_DIRECTORIES(${PROJECT_BINARY_DIR}/src) INCLUDE_DIRECTORIES(/usr/lib/x86_64-linux-gnu/glib-2.0/include/) #JCP UBUNTU + ADD_SUBDIRECTORY(cmake) ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(data) ADD_SUBDIRECTORY(appli) ADD_SUBDIRECTORY(lib) #-----------------------------------------------------------------------------