Last change
on this file since 420 was
376,
checked in by rgrieder, 17 years ago
|
- removed the linker flags, since —no-undefined has no influence when building shared libraries (sorry Nico for you efforts)
—no-allow-shlib-undefined should exist, but doesn't according to the man page, and it also doesn't work anyway.
- removed linkage of ENet to the main executable as well (not necessary)
|
File size:
185 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | # TODO find a cleaner way to include xmlParser |
---|
4 | SET( LOADER_SRC_FILES |
---|
5 | LevelLoader.cc |
---|
6 | ../xml/xmlParser.cc |
---|
7 | ) |
---|
8 | |
---|
9 | ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.