* 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:
parent
7c549ffe88
commit
125a38c3c7
|
@ -47,14 +47,6 @@ endif ( CHECK_DETERMINISM )
|
|||
|
||||
|
||||
add_library ( katabatic ${cpps} ${mocCpps} )
|
||||
target_link_libraries ( katabatic ${KNIK_LIBRARIES}
|
||||
${CORIOLIS_LIBRARIES}
|
||||
${HURRICANE_LIBRARIES}
|
||||
${HURRICANE_GRAPHICAL_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
${LEFDEF_LIBRARIES}
|
||||
${OA_LIBRARIES}
|
||||
)
|
||||
install ( TARGETS katabatic DESTINATION lib${LIB_SUFFIX} )
|
||||
install ( FILES ${includes}
|
||||
${mocIncludes} DESTINATION include/coriolis2/katabatic )
|
||||
|
|
Loading…
Reference in New Issue