]> git.mxchange.org Git - simgear.git/blob - simgear/props/CMakeLists.txt
Initial work on CMake support for SimGear.
[simgear.git] / simgear / props / CMakeLists.txt
1
2 include (SimGearComponent)
3
4 set(HEADERS 
5     AtomicChangeListener.hxx
6     ExtendedPropertyAdapter.hxx
7     condition.hxx
8     propertyObject.hxx
9     props.hxx
10     props_io.hxx
11     )
12
13 set(SOURCES 
14     AtomicChangeListener.cxx
15     condition.cxx
16     propertyObject.cxx
17     props.cxx
18     props_io.cxx
19     )
20
21 simgear_component(props props "${SOURCES}" "${HEADERS}")