Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/network/synchronisable/CMakeLists.txt @ 5703

Last change on this file since 5703 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
RevLine 
[2710]1ADD_SOURCE_FILES(NETWORK_SRC_FILES
[2309]2  NetworkCallbackManager.cc
[2211]3  Synchronisable.cc
[2307]4  SynchronisableSpecialisations.cc
[2245]5  SynchronisableVariable.cc
[2211]6)
[5695]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.