]> git.mxchange.org Git - simgear.git/blob - simgear/misc/CMakeLists.txt
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / misc / CMakeLists.txt
1
2 include (SimGearComponent)
3
4 set(HEADERS 
5     PathOptions.hxx
6     ResourceManager.hxx
7     interpolator.hxx
8     sg_dir.hxx
9     sg_path.hxx
10     sg_sleep.hxx
11     sgstream.hxx
12     stdint.hxx
13     stopwatch.hxx
14     strutils.hxx
15     tabbed_values.hxx
16     texcoord.hxx
17     zfstream.hxx
18     
19     )
20
21 set(SOURCES 
22     PathOptions.cxx
23     ResourceManager.cxx
24     interpolator.cxx
25     sg_dir.cxx
26     sg_path.cxx
27     sg_sleep.cxx
28     sgstream.cxx
29     strutils.cxx
30     tabbed_values.cxx
31     texcoord.cxx
32     zfstream.cxx
33     )
34
35 simgear_component(misc misc "${SOURCES}" "${HEADERS}")