Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2583 was 2583, checked in by rgrieder, 15 years ago
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
  • Property svn:eol-style set to native
File size: 346 bytes
Line 
1SET( SRC_FILES
2  OgreCEGUIRenderer.cpp
3  OgreCEGUIResourceProvider.cpp
4  OgreCEGUITexture.cpp
5)
6
7ADD_LIBRARY(ogreceguirenderer_orxonox SHARED ${SRC_FILES})
8
9TARGET_LINK_LIBRARIES(ogreceguirenderer_orxonox
10  ${OGRE_LIBRARY}
11  ${CEGUI_LIBRARY}
12)
13IF (NOT WIN32)
14  INSTALL(TARGETS ogreceguirenderer_orxonox LIBRARY DESTINATION lib)
15ENDIF (NOT WIN32)
Note: See TracBrowser for help on using the repository browser.