X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FCMakeLists.txt;h=fde0c9b6d4ecb970a60e552cec37f229ef783a46;hb=bd4e97f732f7c8154aafbf1bf419c6115e9560c7;hp=6c3c3955f7b6456ccd7e0177f97e12e327fd6ca6;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt b/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt index 6c3c395..fde0c9b 100644 --- a/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt +++ b/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt @@ -38,8 +38,9 @@ IF ( BUILD_${LIBRARY_NAME} ) #---------------------------------------------------------------------------- # LIBRARY DEPENDENCIES (LIBRARIES TO LINK WITH) SET ( ${LIBRARY_NAME}_LINK_LIBRARIES - #kernel_ManagerContour_NDimensions_lib - ${crea_LIBRARIES} + kernel_ManagerContour_NDimensions_lib + Interface_Icons_NDimensions_lib + ${crea_LIBRARIES} ${WXWIDGETS_LIBRARIES} ${VTK_LIBRARIES} # ${ITK_LIBRARIES} @@ -58,5 +59,6 @@ IF ( BUILD_${LIBRARY_NAME} ) # LINK TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${${LIBRARY_NAME}_LINK_LIBRARIES}) +#MESSAGE(FATAL_ERROR "${LIBRARY_NAME}_LINK_LIBRARIES = ${${LIBRARY_NAME}_LINK_LIBRARIES}") #--------------------------------------------------------------------------- -ENDIF ( BUILD_${LIBRARY_NAME} ) \ No newline at end of file +ENDIF ( BUILD_${LIBRARY_NAME} )