Added missing library ${UTILITIES_LIBRARY}, linking problem

shows only under MacOS.
This commit is contained in:
Jean-Paul Chaput 2013-04-22 21:45:21 +00:00
parent 563816a700
commit fcc8ed2373
1 changed files with 7 additions and 1 deletions

View File

@ -128,7 +128,13 @@
add_library ( viewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} ${sources2} ${pycpps} )
set_target_properties ( viewer PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( viewer hurricane isobar ${CONFIGURATION_LIBRARY} ${LIBXML2_LIBRARIES} ${Boost_LIBRARIES} ${QT_LIBRARIES} )
target_link_libraries ( viewer hurricane
isobar
${UTILITIES_LIBRARY}
${CONFIGURATION_LIBRARY}
${LIBXML2_LIBRARIES}
${Boost_LIBRARIES}
${QT_LIBRARIES} )
add_library ( pyViewer MODULE ${pycpps} )
target_link_libraries ( pyViewer viewer )
set_target_properties ( pyViewer PROPERTIES