Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/ceguilua-0.5.0b/ceguilua/CMakeLists.txt @ 1854

Last change on this file since 1854 was 1854, checked in by landauf, 16 years ago
  • some cmake fixes for ceguilua and mingw
  • small change in XMLPort
  • Property svn:eol-style set to native
File size: 276 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 ${CEGUILUA_SRC_FILES} )
11
12TARGET_LINK_LIBRARIES(ceguilua_orxonox
13  lua_orxonox
14  tolualib_orxonox
15  ${CEGUI_LIBRARIES}
16)
Note: See TracBrowser for help on using the repository browser.