X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FCMakeLists.txt;h=4f4fecc6e0285a0dfd329346dd46c87e911cd616;hb=a62e394e0f56bb5adff696adf06be425680bddca;hp=654574c48f1fb08eb2c78110ee9e6a078546e693;hpb=d43eaee96a8c31023bae53055512ef35fd4e67c9;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt index 654574c..4f4fecc 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt @@ -5,9 +5,10 @@ FILE(GLOB bbsVtkGUIEditorGraphic_H_SOURCES "." "*.h") INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic) INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic) +INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic) + +INCLUDE_DIRECTORIES(../../../data/icons) ADD_LIBRARY(bbsVtkGUIEditorGraphic ${bbsVtkGUIEditorGraphic_CXX_SOURCES} ${bbsVtkGUIEditorGraphic_H_SOURCES} ) - -