Last change
on this file since 2583 was
2579,
checked in by rgrieder, 16 years ago
|
- Equipped find scripts with debug/optimized functions. If you have different debug prefixes on your platform simply change ${LIBRARY_DEBUG_POSTFIX} ("_d" default).
- Clean up in ConfigMSVC.cmake and ConfigMinGW.cmake
- Also had a good look at the MinGW libraries according to the libs_1889_mingw.zip (no warranty at all, hope I got them all)
- INSTALL commands are currently limited to non Windows platforms (don't yet know why it doesn't work)
|
-
Property svn:eol-style set to
native
|
File size:
250 bytes
|
Line | |
---|
1 | SET( TINYXML_SRC_FILES |
---|
2 | ticpp.cc |
---|
3 | tinystr.cc |
---|
4 | tinyxml.cc |
---|
5 | tinyxmlerror.cc |
---|
6 | tinyxmlparser.cc |
---|
7 | ) |
---|
8 | |
---|
9 | ADD_LIBRARY(tinyxml_orxonox SHARED ${TINYXML_SRC_FILES}) |
---|
10 | |
---|
11 | IF (NOT WIN32) |
---|
12 | INSTALL(TARGETS tinyxml_orxonox LIBRARY DESTINATION lib) |
---|
13 | ENDIF (NOT WIN32) |
---|
Note: See
TracBrowser
for help on using the repository browser.