Skip to content
Snippets Groups Projects
Commit 397c1bf0 authored by Langella Olivier's avatar Langella Olivier
Browse files

config libodsstream

parent d36dbcc3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,11 @@ else (QCustomPlot_FOUND)
FIND_PACKAGE( QCustomPlot REQUIRED )
endif (QCustomPlot_FOUND)
FIND_PACKAGE( Odsstream REQUIRED ) #ODSSTREAM_INCLUDE_DIR AND ODSSTREAM_LIBRARY
if (ODSSTREAM_QT5_FOUND)
else (ODSSTREAM_QT5_FOUND)
FIND_PACKAGE( Odsstream REQUIRED ) #ODSSTREAM_INCLUDE_DIR AND ODSSTREAM_LIBRARY
endif (ODSSTREAM_QT5_FOUND)
#SET (ODSSTREAM_DIR "/home/olivier/eclipse/git/libodsstream")
#SET (ODSSTREAM_INCLUDE_DIR "${ODSSTREAM_DIR}/src")
#SET (ODSSTREAM_QT5_LIBRARY "${ODSSTREAM_DIR}/build/src/libodsstream-qt5.so")
......
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