Moved finding of RSVG, Poppler-glib and GtkGl out into their own Find*.cmake modules to enable easier specialization.
This commit is contained in:
@@ -93,10 +93,10 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH)
|
||||
SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_freetype)
|
||||
ENDIF(FREETYPE_FOUND)
|
||||
|
||||
IF(POPPLER_FOUND AND CAIRO_FOUND)
|
||||
IF(POPPLER_FOUND)
|
||||
ADD_DEFINITIONS(-DUSE_POPPLER_CAIRO)
|
||||
SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_pdf)
|
||||
ENDIF(POPPLER_FOUND AND CAIRO_FOUND)
|
||||
ENDIF(POPPLER_FOUND)
|
||||
ENDIF()
|
||||
|
||||
IF (WIN32)
|
||||
|
||||
Reference in New Issue
Block a user