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