10 lines
133 B
CMake
10 lines
133 B
CMake
SET(TARGET_SRC
|
|
OrientationConverter.cpp
|
|
osgconv.cpp
|
|
)
|
|
SET(TARGET_H
|
|
OrientationConverter.h
|
|
)
|
|
|
|
SETUP_APPLICATION(osgconv)
|