X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2FCMakeLists.txt;h=08e6f47ecde47e146846089b947d9f4be86c11d7;hb=e35c619cb84c22854f9e08ffc8634a6cc65f381c;hp=3ec066db35bb211e13d612ca9b24e85961a29371;hpb=b299d0edface430f0b0ed6221987593bb123f513;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/CMakeLists.txt b/lib/maracasVisuLib/CMakeLists.txt index 3ec066d..08e6f47 100644 --- a/lib/maracasVisuLib/CMakeLists.txt +++ b/lib/maracasVisuLib/CMakeLists.txt @@ -29,6 +29,7 @@ IF ( BUILD_${LIBRARY_NAME} ) src/kernel #${MARACAS_SOURCE_DIR}/src/SnakeIsoContour+Deriche src/interface/wxWindows + src/interface/wxWindows/Contour src/interface/wxWindows/widgets src/interface/wxWindows/widgets/pPlotter ../../../ @@ -46,6 +47,7 @@ IF ( BUILD_${LIBRARY_NAME} ) SET ( ${LIBRARY_NAME}_HEADERS src/interface/wxWindows/manualContour.h src/interface/wxWindows/Contour/ContourCrownWidget.h + src/interface/wxWindows/Contour/ContourExtractData.h src/interface/wxWindows/Contour/ContourVOIWidget.h src/interface/wxWindows/Contour/Propagation.h src/interface/wxWindows/Contour/ExtractControlPoints2D.h @@ -55,7 +57,7 @@ IF ( BUILD_${LIBRARY_NAME} ) src/interface/wxWindows/Contour/vectorFunctions.h ## src/interface/wxWindows/wxMaracasImageBrowser02.h ## src/interface/wxWindows/widgets/wxReadingPriorityPanel.h - src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h + src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h src/interface/wxWindows/widgets/vtkClosePolyData.h src/interface/wxWindows/wxMaracasMPR.h @@ -120,6 +122,7 @@ IF ( BUILD_${LIBRARY_NAME} ) # src/interface/wxWindows/wxMaracasImageBrowser02.cxx # src/interface/wxWindows/widgets/wxReadingPriorityPanel.cpp src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.cxx + src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.cxx src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.cxx src/interface/wxWindows/widgets/vtkClosePolyData.cxx src/interface/wxWindows/wxMaracasMPR.cxx @@ -273,6 +276,7 @@ INSTALL( TARGETS ${LIBRARY_NAME} DESTINATION bin ) +