Last change
on this file since 1249 was
1127,
checked in by rgrieder, 17 years ago
|
- tolua_bind.cc and Script.cc depended on each other, but were not in the same library.
gcc doesn't care anyway, vc++ didn't too because I linked statically.
However: Circular dependencies are not very good.
New approach: every lib has its own tolua_bind.cc file
I've added this for orxonox and core.
fabian: Is it possible, that under certain conditions, you need the SET_TARGET_PROPERTIES?
On tardis, things work very well without it. But what about cmake under windows?
I'll readd it, if required.
|
File size:
216 bytes
|
Line | |
---|
1 | INCLUDE_DIRECTORIES(.) |
---|
2 | INCLUDE_DIRECTORIES(orxonox) |
---|
3 | INCLUDE_DIRECTORIES(util/tolua) |
---|
4 | |
---|
5 | ADD_SUBDIRECTORY(util) |
---|
6 | ADD_SUBDIRECTORY(core) |
---|
7 | ADD_SUBDIRECTORY(audio) |
---|
8 | ADD_SUBDIRECTORY(network) |
---|
9 | ADD_SUBDIRECTORY(orxonox) |
---|
Note: See
TracBrowser
for help on using the repository browser.