Last change
on this file since 2581 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:
259 bytes
|
Rev | Line | |
---|
[2569] | 1 | SET( SRC_FILES |
---|
| 2 | OgreCEGUIRenderer.cpp |
---|
| 3 | OgreCEGUIResourceProvider.cpp |
---|
| 4 | OgreCEGUITexture.cpp |
---|
| 5 | ) |
---|
| 6 | |
---|
| 7 | ADD_LIBRARY(ogreceguirenderer_orxonox SHARED ${SRC_FILES}) |
---|
[2579] | 8 | |
---|
| 9 | IF (NOT WIN32) |
---|
| 10 | INSTALL(TARGETS ogreceguirenderer_orxonox LIBRARY DESTINATION lib) |
---|
| 11 | ENDIF (NOT WIN32) |
---|
Note: See
TracBrowser
for help on using the repository browser.