OpenSceneGraph/examples/osgunittests/CMakeLists.txt

18 lines
282 B
CMake
Raw Normal View History

SET(TARGET_SRC
UnitTestFramework.cpp
UnitTests_osg.cpp
osgunittests.cpp
performance.cpp
MultiThreadRead.cpp
)
2007-03-19 21:26:34 +08:00
SET(TARGET_H
UnitTestFramework.h
performance.h
MultiThreadRead.h
)
2007-03-19 21:26:34 +08:00
#### end var setup ###
SETUP_COMMANDLINE_EXAMPLE(osgunittests)