Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/libraries/network/packet/CMakeLists.txt @ 5873

Last change on this file since 5873 was 5873, checked in by rgrieder, 15 years ago

Added a few more compilations in our own libraries.
Also fixed a bug in tools/CMakeLists.txt (ADD instead of SET_SOURCE_FILES caused the list of files to grow every cmake run, but REMOVE_DUPLICATES took care of it anyway).

  • Property svn:eol-style set to native
File size: 409 bytes
Line 
1ADD_SOURCE_FILES(NETWORK_SRC_FILES
2COMPILATION_BEGIN PacketCompilation.cc
3  Acknowledgement.cc
4  Chat.cc
5  ClassID.cc
6  DeleteObjects.cc
7  FunctionIDs.cc
8  FunctionCalls.cc
9  Gamestate.cc
10  Packet.cc
11  Welcome.cc
12COMPILATION_END
13)
14
15ADD_SOURCE_FILES(NETWORK_HDR_FILES
16  Acknowledgement.h
17  Chat.cc
18  Chat.h
19  ClassID.h
20  DeleteObjects.h
21  FunctionCalls.h
22  FunctionIDs.h
23  Gamestate.h
24  Packet.h
25  Welcome.h
26)
Note: See TracBrowser for help on using the repository browser.