* All tools:

- Library linking: there must not be "target_link_library()" for libraries,
        only when building binaries. Avoid clashes between static module
        or class variables, and strange reinitialisation of those variables.
    - Change: Boost is now always linked staticly.
This commit is contained in:
Jean-Paul Chaput 2010-07-01 11:50:26 +00:00
parent 0d9f40e720
commit 1e1c921897
1 changed files with 0 additions and 10 deletions

View File

@ -36,17 +36,7 @@
qt4_wrap_cpp ( mocCpps ${mocIncludes} )
add_library ( equinox ${cpps} ${mocCpps} )
target_link_libraries ( equinox intervalTree
${CORIOLIS_LIBRARIES}
${HURRICANE_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}
${QT_LIBRARIES}
${LEFDEF_LIBRARIES}
${OA_LIBRARIES}
)
add_library (intervalTree ${intervalTreeCpps} )
target_link_libraries (intervalTree ${CORIOLIS_LIBRARIES}
${HURRICANE_LIBRARIES} )
install ( TARGETS equinox intervalTree DESTINATION lib${LIB_SUFFIX} )
install ( FILES ${includes}
${mocIncludes}