Skip to content
Snippets Groups Projects
Commit 9487e800 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Pour MAC dépendence de lib pour la compilation en "shared" : ajout FLTK_LIBRARIES

parent d2948bc4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
FILE(GLOB OTBGui_SRCS "*.cxx" )
ADD_LIBRARY(OTBGui ${OTBGui_SRCS})
TARGET_LINK_LIBRARIES (OTBGui OTBCommon)
TARGET_LINK_LIBRARIES (OTBGui OTBCommon ${FLTK_LIBRARIES})
INSTALL(TARGETS OTBGui
RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment