|
|
|
@ -190,10 +190,6 @@ if (WIN32)
|
|
|
|
|
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
if (ANDROID)
|
|
|
|
|
set(OPENGL_ES TRUE CACHE BOOL "enable opengl es support for android" FORCE)
|
|
|
|
|
endif (ANDROID)
|
|
|
|
|
|
|
|
|
|
option(OPENGL_ES "enable opengl es support" FALSE )
|
|
|
|
|
|
|
|
|
|
if (OPENGL_ES)
|
|
|
|
@ -566,7 +562,9 @@ endif(WIN32)
|
|
|
|
|
# Extern
|
|
|
|
|
add_subdirectory (extern/osg-ffmpeg-videoplayer)
|
|
|
|
|
add_subdirectory (extern/oics)
|
|
|
|
|
add_subdirectory (extern/osgQt)
|
|
|
|
|
if (USE_QT)
|
|
|
|
|
add_subdirectory (extern/osgQt)
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
# Components
|
|
|
|
|
add_subdirectory (components)
|
|
|
|
|