]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tsync/CMakeLists.txt
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / scene / tsync / CMakeLists.txt
1 include (SimGearComponent)
2
3 set(HEADERS
4     terrasync.hxx
5     )
6
7 set(SOURCES 
8     terrasync.cxx
9     )
10
11 simgear_component(tsync scene/tsync "${SOURCES}" "${HEADERS}")