* 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:01 +00:00
parent 5a0c973c1b
commit 7c549ffe88
1 changed files with 0 additions and 10 deletions

View File

@ -42,17 +42,7 @@
add_library ( knik ${cpps} ${mocCpps} )
target_link_libraries ( knik flute
${CORIOLIS_LIBRARIES}
${HURRICANE_LIBRARIES}
${HURRICANE_GRAPHICAL_LIBRARIES}
${QT_LIBRARIES}
${LEFDEF_LIBRARIES}
${OA_LIBRARIES}
)
add_library ( flute ${fluteCpps} )
target_link_libraries ( flute ${CORIOLIS_LIBRARIES}
${HURRICANE_LIBRARIES} )
install ( TARGETS knik flute DESTINATION lib${LIB_SUFFIX} )
install ( FILES ${includes}