X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FbbEditor%2FCMakeLists.txt;h=06762ffbee034399a274f47bcc84994f17569191;hb=refs%2Ftags%2FCreatools2-0-3_bbGEditor1-0-0_17Feb2011;hp=481592852015317e89ead02f84836c8c915d593f;hpb=cf27872d1d54520546326af3a294962c34d12496;p=bbtkGEditor.git diff --git a/appli/bbEditor/CMakeLists.txt b/appli/bbEditor/CMakeLists.txt index 4815928..06762ff 100644 --- a/appli/bbEditor/CMakeLists.txt +++ b/appli/bbEditor/CMakeLists.txt @@ -10,6 +10,9 @@ SET(SOURCES ) INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsWxGUIEditorGraphic) +INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsKernelEditorGraphic) +INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic) +INCLUDE_DIRECTORIES(../../data/icons) IF(BBTK_USE_WXWIDGETS AND WIN32) ADD_EXECUTABLE(bbEditor WIN32 ${SOURCES}) @@ -18,9 +21,12 @@ ELSE(BBTK_USE_WXWIDGETS AND WIN32) ADD_EXECUTABLE(bbEditor MACOSX_BUNDLE ${SOURCES} ) ENDIF(BBTK_USE_WXWIDGETS AND WIN32) - + TARGET_LINK_LIBRARIES(bbEditor - bbsWxGUIEditorGraphic + crea + bbsWxGUIEditorGraphic + bbsKernelEditorGraphic + bbsVtkGUIEditorGraphic ${VTK_LIBRARIES} ${WXWIDGETS_LIBRARIES} ${creaMaracasVisu_LIBRARIES}