-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giorgio Grisetti
committed
Aug 5, 2015
1 parent
a6999ba
commit ead7272
Showing
14 changed files
with
497 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Need to find both Qt4 and QGLViewer if the QQL support is to be built | ||
FIND_PACKAGE(Qt4 COMPONENTS QtXml QtOpenGL QtGui) | ||
|
||
FIND_PATH(QGLVIEWER_INCLUDE_DIR qglviewer.h | ||
/usr/include/QGLViewer | ||
/opt/local/include/QGLViewer | ||
/usr/local/include/QGLViewer | ||
/sw/include/QGLViewer | ||
) | ||
|
||
FIND_LIBRARY(QGLVIEWER_LIBRARY NAMES qglviewer-qt4 QGLViewer | ||
PATHS | ||
/usr/lib | ||
/usr/local/lib | ||
/opt/local/lib | ||
/sw/lib | ||
) | ||
|
||
|
||
IF(QGLVIEWER_INCLUDE_DIR AND QGLVIEWER_LIBRARY) | ||
SET(QGLVIEWER_FOUND TRUE) | ||
ELSE(QGLVIEWER_INCLUDE_DIR AND QGLVIEWER_LIBRARY) | ||
SET(QGLVIEWER_FOUND FALSE) | ||
ENDIF(QGLVIEWER_INCLUDE_DIR AND QGLVIEWER_LIBRARY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.