Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt @ 1979

Last change on this file since 1979 was 1979, checked in by adrfried, 16 years ago

test

  • Property svn:eol-style set to native
File size: 257 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
[1979]12  ${LUA_LIBRARIES}
[1854]13  ${CEGUI_LIBRARIES}
14)
Note: See TracBrowser for help on using the repository browser.