]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/CMakeLists.txt
Feature #1347
[bbtkGEditor.git] / appli / bbEditor / CMakeLists.txt
index 69c2a4f88d6b54f3eac5791b355ce4a24cdbebfd..4db7bcde82cfc4e4c13e1f9eb9b0bba56ac98000 100644 (file)
@@ -21,15 +21,19 @@ ELSE(BBTK_USE_WXWIDGETS AND WIN32)
   ADD_EXECUTABLE(bbEditor MACOSX_BUNDLE ${SOURCES}  )  
 ENDIF(BBTK_USE_WXWIDGETS AND WIN32)
 
+
+
 TARGET_LINK_LIBRARIES(bbEditor 
+                               ${WXWIDGETS_LIBRARIES}
+                               ${VTK_LIBRARIES} 
+                               crea
+                               ${creaMaracasVisu_LIBRARIES} 
+                               ${BBTK_LIBRARIES}
                                bbsWxGUIEditorGraphic
                                bbsKernelEditorGraphic
                                bbsVtkGUIEditorGraphic
-                               ${VTK_LIBRARIES} 
+
                                ${WXWIDGETS_LIBRARIES}
-                               ${creaMaracasVisu_LIBRARIES} 
-                               ${BBTK_LIBRARIES}
                        )
 
 INSTALL_TARGETS(/bin/ bbEditor)