-
Notifications
You must be signed in to change notification settings - Fork 0
/
thekogans_make.xml
executable file
·43 lines (43 loc) · 2.13 KB
/
thekogans_make.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<thekogans_make organization = "thekogans"
project = "packet"
project_type = "library"
major_version = "0"
minor_version = "4"
patch_version = "0"
guid = "fade51110e6a01aa70d4542c0a86a202"
schema_version = "2">
<dependencies>
<dependency organization = "thekogans"
name = "util"/>
<dependency organization = "thekogans"
name = "crypto"/>
<dependency organization = "thekogans"
name = "stream"/>
</dependencies>
<cpp_headers prefix = "include"
install = "yes">
<cpp_header>$(organization)/$(project_directory)/ClientKeyExchangePacket.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/Config.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/FrameParser.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/Packet.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/PacketFilter.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/PacketFragmentPacket.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/Packets.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/PlaintextHeader.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/ReassemblePacketFragmentsPacketFilter.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/ServerKeyExchangePacket.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/Session.h</cpp_header>
<cpp_header>$(organization)/$(project_directory)/Version.h</cpp_header>
</cpp_headers>
<cpp_sources prefix = "src">
<cpp_source>ClientKeyExchangePacket.cpp</cpp_source>
<cpp_source>FrameParser.cpp</cpp_source>
<cpp_source>Packet.cpp</cpp_source>
<cpp_source>PacketFragmentPacket.cpp</cpp_source>
<cpp_source>Packets.cpp</cpp_source>
<cpp_source>ReassemblePacketFragmentsPacketFilter.cpp</cpp_source>
<cpp_source>ServerKeyExchangePacket.cpp</cpp_source>
<cpp_source>Session.cpp</cpp_source>
<cpp_source>Version.cpp</cpp_source>
</cpp_sources>
</thekogans_make>