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