fixed: compile issue
[opensg.git] / Examples / Tutorial / CMakeLists.txt
blob608c23640143b4d79cd80afdb1fb209ad229e70b
2 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
4 IF(OSG_BUILD_ACTIVE)
5     INCLUDE(./CMakeLists.fromosg.txt)
6 ELSE(OSG_BUILD_ACTIVE)
7     INCLUDE(./CMakeLists.standalone.txt)
8 ENDIF(OSG_BUILD_ACTIVE)