DEADSOFTWARE

Update NanoGL Tizen port
[nanogl.git] / CMakeLists.txt
index 40424d7878711988f7999aff5853e27bb98a94d7..3db011bb9737832289bc9b47d2c7dc79c836e05d 100644 (file)
@@ -28,6 +28,10 @@ set( NANOGL_LIBRARY nanogl )
 file( GLOB NANOGL_SOURCES *.cpp )
 include_directories( GL/ )
 
+if( TIZEN )
+       include_directories( ${CMAKE_SYSROOT}/usr/include/dlog )
+endif()
+
 add_library( ${NANOGL_LIBRARY} STATIC ${NANOGL_SOURCES} )
 
 set_target_properties (${NANOGL_LIBRARY} PROPERTIES