]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
Added interface for attribute visualization selection.
[creaImageIO.git] / src2 / CMakeLists.txt
index 83bab4a5091cd2639a5c05ae964530eba64a694b..951ccc7671bb71d64e8e7ce9ee8154ef08909996 100644 (file)
@@ -33,7 +33,9 @@ SET( SRCS
   
   # 
   creaImageIOGimmick
-  creaImageIOSynchronizer
+  creaImageIOSynchron
+  creaImageIOTimestampDatabaseHandler
+  creaImageIOListener
 
   # Abstract views
   creaImageIOGimmickView
@@ -44,6 +46,12 @@ SET( SRCS
   creaImageIOWxTreeView
   creaImageIOWxGimmickReaderDialog
   creaImageIOWxGimmickFrame
+  creaImageIOWxGimmickPanel
+  creaImageIOWxGimmickTools
+  creaImageIOWxCustomizeConfigPanel
+  creaImageIOWxListenerPanel
+  creaImageIOWxEditFieldsPanel
+  creaImageIOWxAttributeSelectionPanel
 
   # 
   BlockScopeWxApp
@@ -52,7 +60,9 @@ SET( SRCS
   #  Viewer
   creaImageIOWxViewer
   creaImageIOImagePointerHolder.h
-
+  
+  # settings
+  creaImageIOSettings
 
 )
 
@@ -73,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}
@@ -146,4 +157,4 @@ INCLUDE_DIRECTORIES(
 #  ${PROJECT_BINARY_DIR}
   ${PROJECT_SOURCE_DIR}/src2
 #  ${PROJECT_SOURCE_DIR}/src2/CppSQLite3
-  )
+  )
\ No newline at end of file