Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/network/packet/CMakeLists.txt @ 5695

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

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

  • 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.