repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: compile issue
[opensg.git]
/
Examples
/
Tutorial
/
CMakeLists.txt
blob
608c23640143b4d79cd80afdb1fb209ad229e70b
1
2
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
3
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)