]> git.mxchange.org Git - simgear.git/blob - simgear/structure/CMakeLists.txt
SGExpression bugfix: allow <sin> within <product>
[simgear.git] / simgear / structure / CMakeLists.txt
1
2 include (SimGearComponent)
3
4 set(HEADERS 
5     OSGUtils.hxx
6     OSGVersion.hxx
7     SGAtomic.hxx
8     SGBinding.hxx
9     SGExpression.hxx
10     SGReferenced.hxx
11     SGSharedPtr.hxx
12     SGSmplhist.hxx
13     SGSmplstat.hxx
14     SGWeakPtr.hxx
15     SGWeakReferenced.hxx
16     Singleton.hxx
17     StringTable.hxx
18     callback.hxx
19     commands.hxx
20     event_mgr.hxx
21     exception.hxx
22     intern.hxx
23     subsystem_mgr.hxx
24     )
25     
26 set(SOURCES 
27     SGAtomic.cxx
28     SGBinding.cxx
29     SGExpression.cxx
30     SGSmplhist.cxx
31     SGSmplstat.cxx
32     StringTable.cxx
33     commands.cxx
34     event_mgr.cxx
35     exception.cxx
36     subsystem_mgr.cxx
37     )
38
39 simgear_component(structure structure "${SOURCES}" "${HEADERS}")