]> git.mxchange.org Git - simgear.git/blob - simgear/bucket/CMakeLists.txt
Reduce tree and object cover on steep slopes, configurable through materials.xml
[simgear.git] / simgear / bucket / CMakeLists.txt
1
2 include (SimGearComponent)
3
4 set(HEADERS newbucket.hxx)
5 set(SOURCES newbucket.cxx)
6
7 simgear_component(bucket bucket "${SOURCES}" "${HEADERS}")