Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt @ 1814

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

bugfix. damn typos..

  • Property svn:eol-style set to native
File size: 235 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 lua_orxonox )
Note: See TracBrowser for help on using the repository browser.