Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/src/ceguilua-0.5.0b/ceguilua/CMakeLists.txt @ 1807

Last change on this file since 1807 was 1804, checked in by rgrieder, 16 years ago

Implemented lua and ceguilua as far as it works now with visual studio. Next (not so big) step is to integrate it in CMake (already did the most part).

  • Property svn:eol-style set to native
File size: 230 bytes
Line 
1INCLUDE_DIRECTORIES(.)
2
3SET( CEGUILUA_SRC_FILES
4  CEGUILua.cpp
5  CEGUILuaFunctor.cpp
6  lua_CEGUI.cpp
7  required.cpp
8)
9
10ADD_LIBRARY( ceguilua_orxonox SHARED ${LUA_SRC_FILES} )
11
12TARGET_LINK_LIBRARIES( ceguilua_orxonox lua_orxonox )
Note: See TracBrowser for help on using the repository browser.