]> git.mxchange.org Git - simgear.git/blob - simgear/scene/sky/CMakeLists.txt
Added some OSG headers for the correct evaluation of the OSG_VERSION_LESS_THAN macro.
[simgear.git] / simgear / scene / sky / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     CloudShaderGeometry.hxx
5     cloud.hxx
6     cloudfield.hxx
7     dome.hxx
8     moon.hxx
9     newcloud.hxx
10     oursun.hxx
11     sky.hxx
12     sphere.hxx
13     stars.hxx
14     )
15
16 set(SOURCES 
17     CloudShaderGeometry.cxx
18     cloud.cxx
19     cloudfield.cxx
20     dome.cxx
21     moon.cxx
22     newcloud.cxx
23     oursun.cxx
24     sky.cxx
25     sphere.cxx
26     stars.cxx
27     )
28
29 simgear_scene_component(sky scene/sky "${SOURCES}" "${HEADERS}")