X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FCMakeLists.txt;h=657caa3336db402cc792279fcd55e2af1cc9815e;hb=50438aabbaf55c55e5cab40cb88e19da2a26b0a3;hp=642b0a384e5c1dd58bd807d845fc5b4da476c0d6;hpb=cf27872d1d54520546326af3a294962c34d12496;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt index 642b0a3..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} ) - -#TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic bbtk ) + ${bbsWxGUIEditorGraphic_H_SOURCES} )