X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=3db011bb9737832289bc9b47d2c7dc79c836e05d;hb=7ab220131c8d1128791e569dde9d471d9082f7e0;hp=40424d7878711988f7999aff5853e27bb98a94d7;hpb=508fbb80ebd6fb323a7cbe0e4184236aef8c4245;p=nanogl.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 40424d7..3db011b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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