X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FEditorGraphicBBS%2FCMakeLists.txt;h=6c29963b99895d224d8f0adee20291e39dddf1a4;hb=bf42bb34e170d933fea13937f90aefc0c4458920;hp=98f92c16a99c535eefbda00fb15340567004552d;hpb=7112519faa220b61d62a8c1256925346f982058e;p=bbtk.git diff --git a/kernel/src/EditorGraphicBBS/CMakeLists.txt b/kernel/src/EditorGraphicBBS/CMakeLists.txt index 98f92c1..6c29963 100644 --- a/kernel/src/EditorGraphicBBS/CMakeLists.txt +++ b/kernel/src/EditorGraphicBBS/CMakeLists.txt @@ -1,3 +1,5 @@ -SUBDIRS(bbsKernelEditorGraphic) -SUBDIRS(bbsVtkGUIEditorGraphic) -SUBDIRS(bbsWxGUIEditorGraphic) \ No newline at end of file +ADD_SUBDIRECTORY(bbsKernelEditorGraphic) +ADD_SUBDIRECTORY(bbsVtkGUIEditorGraphic) +if(USE_WXWIDGETS) +ADD_SUBDIRECTORY(bbsWxGUIEditorGraphic) +endif() \ No newline at end of file