OpenSceneGraph/applications/osgconv/CMakeLists.txt

10 lines
133 B
CMake

SET(TARGET_SRC
OrientationConverter.cpp
osgconv.cpp
)
SET(TARGET_H
OrientationConverter.h
)
SETUP_APPLICATION(osgconv)