Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/network/synchronisable/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: 279 bytes
Line 
1ADD_SOURCE_FILES(NETWORK_SRC_FILES
2  NetworkCallbackManager.cc
3  Synchronisable.cc
4  SynchronisableSpecialisations.cc
5  SynchronisableVariable.cc
6)
7
8ADD_SOURCE_FILES(NETWORK_HDR_FILES
9  NetworkCallback.h
10  NetworkCallbackManager.h
11  Synchronisable.h
12  SynchronisableVariable.h
13)
Note: See TracBrowser for help on using the repository browser.