]> git.mxchange.org Git - simgear.git/blob - simgear/threads/CMakeLists.txt
Taxiway signs: support all variants from the apt.dat 850 spec and
[simgear.git] / simgear / threads / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     SGGuard.hxx
5     SGQueue.hxx
6     SGThread.hxx)
7
8 set(SOURCES SGThread.cxx)
9 simgear_component(threads threads "${SOURCES}" "${HEADERS}")