]> git.mxchange.org Git - simgear.git/blob - simgear/bucket/CMakeLists.txt
Taxiway signs: support all variants from the apt.dat 850 spec and
[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}")