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