OpenSceneGraph/applications/osgconv/CMakeLists.txt

10 lines
133 B
CMake
Raw Normal View History

2008-07-14 16:48:49 +08:00
SET(TARGET_SRC
OrientationConverter.cpp
osgconv.cpp
)
SET(TARGET_H
OrientationConverter.h
)
SETUP_APPLICATION(osgconv)