Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt @ 2197

Last change on this file since 2197 was 2197, checked in by adrfried, 15 years ago

FindCEGUI.cmake and others cleaned up

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