Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/resource3/src/network/packet/CMakeLists.txt @ 5676

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

Merged revision 5610 to resource3:
Improved CMake performance for runs after the first one.
There are some optimisations in the macro argument parser and I manually added the header files for util and network (since they don't change too much and it still compiles with a missing header files).

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