X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FCMakeLists.txt;h=657caa3336db402cc792279fcd55e2af1cc9815e;hb=fea0c6ff7e209a7bb61bcc8176742e5f1a609443;hp=034af95e95a3a2804f8351e898d22c13877ede97;hpb=1910361932998533c37b53ea81d580bba29f0ee1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt index 034af95..657caa3 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt @@ -5,9 +5,10 @@ FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h") INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic) INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic) +INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic) + INCLUDE_DIRECTORIES(../../../data/icons) ADD_LIBRARY(bbsWxGUIEditorGraphic ${bbsWxGUIEditorGraphic_CXX_SOURCES} - ${bbsWxGUIEditorGraphic_H_SOURCES} ) - + ${bbsWxGUIEditorGraphic_H_SOURCES} )