]> git.mxchange.org Git - simgear.git/blob - simgear/structure/CMakeLists.txt
Fixed lib64 auto-detection (again)
[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     SGPerfMon.hxx
17     Singleton.hxx
18     StringTable.hxx
19     callback.hxx
20     commands.hxx
21     event_mgr.hxx
22     exception.hxx
23     intern.hxx
24     subsystem_mgr.hxx
25     )
26     
27 set(SOURCES 
28     SGAtomic.cxx
29     SGBinding.cxx
30     SGExpression.cxx
31     SGSmplhist.cxx
32     SGSmplstat.cxx
33     SGPerfMon.cxx
34     StringTable.cxx
35     commands.cxx
36     event_mgr.cxx
37     exception.cxx
38     subsystem_mgr.cxx
39     )
40
41 simgear_component(structure structure "${SOURCES}" "${HEADERS}")