OpenSceneGraph/examples/osgunittests/CMakeLists.txt

19 lines
304 B
CMake
Raw Normal View History

SET(TARGET_SRC
UnitTestFramework.cpp
UnitTests_osg.cpp
osgunittests.cpp
performance.cpp
MultiThreadRead.cpp
FileNameUtils.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)