|
Last change
on this file since 5694 was
5610,
checked in by rgrieder, 16 years ago
|
|
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 | |
|---|
| 1 | ADD_SOURCE_FILES(NETWORK_SRC_FILES |
|---|
| 2 | NetworkCallbackManager.cc |
|---|
| 3 | Synchronisable.cc |
|---|
| 4 | SynchronisableSpecialisations.cc |
|---|
| 5 | SynchronisableVariable.cc |
|---|
| 6 | ) |
|---|
| 7 | |
|---|
| 8 | ADD_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.