Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/src/ogreceguirenderer/CMakeLists.txt @ 2581

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