]> git.mxchange.org Git - simgear.git/blob - simgear/props/CMakeLists.txt
Melchior FRANZ: fix SGPropertyNode::LAST_USED_ATTRIBUTE
[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     tiedpropertylist.hxx
12     )
13
14 set(SOURCES 
15     AtomicChangeListener.cxx
16     condition.cxx
17     propertyObject.cxx
18     props.cxx
19     props_io.cxx
20     )
21
22 simgear_component(props props "${SOURCES}" "${HEADERS}")