]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
Added interface for attribute visualization selection.
[creaImageIO.git] / src2 / CMakeLists.txt
index 54b2ba80bc08763f843f722fe8c46835fa6e3e29..951ccc7671bb71d64e8e7ce9ee8154ef08909996 100644 (file)
@@ -33,8 +33,9 @@ SET( SRCS
   
   # 
   creaImageIOGimmick
-  creaImageIOSynchronizer
+  creaImageIOSynchron
   creaImageIOTimestampDatabaseHandler
+  creaImageIOListener
 
   # Abstract views
   creaImageIOGimmickView
@@ -46,6 +47,11 @@ SET( SRCS
   creaImageIOWxGimmickReaderDialog
   creaImageIOWxGimmickFrame
   creaImageIOWxGimmickPanel
+  creaImageIOWxGimmickTools
+  creaImageIOWxCustomizeConfigPanel
+  creaImageIOWxListenerPanel
+  creaImageIOWxEditFieldsPanel
+  creaImageIOWxAttributeSelectionPanel
 
   # 
   BlockScopeWxApp
@@ -54,7 +60,9 @@ SET( SRCS
   #  Viewer
   creaImageIOWxViewer
   creaImageIOImagePointerHolder.h
-
+  
+  # settings
+  creaImageIOSettings
 
 )
 
@@ -75,6 +83,7 @@ ADD_LIBRARY(${LIBRARY_NAME} ${CREAIMAGEIO_BUILD_SHARED} ${SRCS})
 
 TARGET_LINK_LIBRARIES(${LIBRARY_NAME} 
   ${crea_LIBRARIES}
+  ${creaBruker_LIBRARIES}
   ${WXWIDGETS_LIBRARIES}
   ${VTK_LIBRARIES}
   ${GDCM_LIBRARIES}
@@ -148,4 +157,4 @@ INCLUDE_DIRECTORIES(
 #  ${PROJECT_BINARY_DIR}
   ${PROJECT_SOURCE_DIR}/src2
 #  ${PROJECT_SOURCE_DIR}/src2/CppSQLite3
-  )
+  )
\ No newline at end of file