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

Modifications pour l'install des .h générés par fltk.

parent 7ab5746b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ ADD_LIBRARY(OTBVisu ${OTBVisu_SRCS} ${OTBVisu_FLTK_UI_SRCS})
#ADD_LIBRARY(OTBVisu ${OTBVisu_SRCS} )
INSTALL_FILES(/include/otb/Visu "(\\.h|\\.txx)$")
INSTALL_TARGETS(/lib/otb OTBVisu)
# A terme, remplacer par une macro qui a partir des sources .fl determine les .h
INSTALL_FILES(/include/otb/Visu FILES ${OTB_BINARY_DIR}/Code/Visu/otbImageViewerGUI.h ${OTB_BINARY_DIR}/Code/Visu/otbImageViewerASGUI.h)
TARGET_LINK_LIBRARIES(OTBVisu OTBLearning ${FLTK_LIBRARIES} ${OPENGL_glu_LIBRARY}
${OPENGL_LIBRARIES})
......
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