Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/resource3/src/network/synchronisable/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: 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.