]> git.mxchange.org Git - simgear.git/blob - simgear/io/CMakeLists.txt
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / io / CMakeLists.txt
1
2
3 include (SimGearComponent)
4
5 set(HEADERS 
6     iochannel.hxx
7     lowlevel.hxx
8     raw_socket.hxx
9     sg_binobj.hxx
10     sg_file.hxx
11     sg_netBuffer.hxx
12     sg_netChannel.hxx
13     sg_netChat.hxx
14     sg_serial.hxx
15     sg_socket.hxx
16     sg_socket_udp.hxx
17     )
18
19 set(SOURCES 
20     iochannel.cxx
21     lowlevel.cxx
22     raw_socket.cxx
23     sg_binobj.cxx
24     sg_file.cxx
25     sg_netBuffer.cxx
26     sg_netChannel.cxx
27     sg_netChat.cxx
28     sg_serial.cxx
29     sg_socket.cxx
30     sg_socket_udp.cxx
31     )
32
33 simgear_component(io io "${SOURCES}" "${HEADERS}")