]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
Added interface for attribute visualization selection.
[creaImageIO.git] / src2 / CMakeLists.txt
index 709965a91c13e77fb5df5c38cb635cc1927fdaae..951ccc7671bb71d64e8e7ce9ee8154ef08909996 100644 (file)
@@ -35,6 +35,7 @@ SET( SRCS
   creaImageIOGimmick
   creaImageIOSynchron
   creaImageIOTimestampDatabaseHandler
+  creaImageIOListener
 
   # Abstract views
   creaImageIOGimmickView
@@ -47,6 +48,10 @@ SET( SRCS
   creaImageIOWxGimmickFrame
   creaImageIOWxGimmickPanel
   creaImageIOWxGimmickTools
+  creaImageIOWxCustomizeConfigPanel
+  creaImageIOWxListenerPanel
+  creaImageIOWxEditFieldsPanel
+  creaImageIOWxAttributeSelectionPanel
 
   # 
   BlockScopeWxApp
@@ -78,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}