X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FCMakeLists.txt;h=d4b20b984c89dcd211454d8f8f2c88bcfa31b546;hb=eb765b17b9d4f6952a565569f89e3bc9204f9c6e;hp=4287ca8617970fa8fc025b75cb319c7032706910;hpb=cf27872d1d54520546326af3a294962c34d12496;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt index 4287ca8..d4b20b9 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt @@ -1 +1,14 @@ -# \ No newline at end of file + + +FILE(GLOB bbsKernelEditorGraphic_CXX_SOURCES "." "*.cxx") +FILE(GLOB bbsKernelEditorGraphic_H_SOURCES "." "*.h") + +INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic) +INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic) +INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic) + +INCLUDE_DIRECTORIES(../../../data/icons) + +ADD_LIBRARY(bbsKernelEditorGraphic + ${bbsKernelEditorGraphic_CXX_SOURCES} + ${bbsKernelEditorGraphic_H_SOURCES} )