Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt @ 2510

Last change on this file since 2510 was 2510, checked in by rgrieder, 15 years ago

Merged revisions 2279-2401 of the buildsystem branch to buildsystem2.

  • Property svn:eol-style set to native
File size: 314 bytes
RevLine 
[1803]1SET( CEGUILUA_SRC_FILES
2  CEGUILua.cpp
3  CEGUILuaFunctor.cpp
4  lua_CEGUI.cpp
5  required.cpp
6)
7
[1814]8ADD_LIBRARY( ceguilua_orxonox SHARED ${CEGUILUA_SRC_FILES} )
[1804]9
[1854]10TARGET_LINK_LIBRARIES(ceguilua_orxonox
11  tolualib_orxonox
[2509]12  ${LUA_LIBRARIES}
13  ${CEGUI_LIBRARY}
[1854]14)
[2510]15
16INSTALL(TARGETS ceguilua_orxonox LIBRARY DESTINATION lib)
Note: See TracBrowser for help on using the repository browser.