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: auto_ptr -> unique_ptr
[opensg.git]
/
Source
/
Test
/
CMakeLists.txt
blob
ad2c5f1af526d634e821413200c479e762700029
1
2
IF(NOT OSG_ENABLE_TESTCONTAINER)
3
RETURN()
4
ENDIF(NOT OSG_ENABLE_TESTCONTAINER)
5
6
7
MESSAGE(STATUS "Process Test")
8
9
IF(OSG_VERBOSE_SCAN)
10
MESSAGE( STATUS "Looking at : ${CMAKE_CURRENT_SOURCE_DIR}")
11
ENDIF(OSG_VERBOSE_SCAN)
12
13
COLLECT_SUBDIRS()
14