]> git.mxchange.org Git - simgear.git/blob - simgear/threads/CMakeLists.txt
Introduce "PRESERVE" flag to protect properties on sim reset.
[simgear.git] / simgear / threads / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS 
4     SGGuard.hxx
5     SGQueue.hxx
6     SGThread.hxx)
7
8
9 if (MSVC)
10   install (FILES ${HEADERS}  DESTINATION include/simgear/threads)
11 else (MSVC)
12   set(SOURCES SGThread.cxx)
13   simgear_component(threads threads "${SOURCES}" "${HEADERS}")
14 endif(MSVC)