source:
data/Media/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt
@
5181
Last change on this file since 5181 was 5181, checked in by polakma, 16 years ago | |
---|---|
File size: 292 bytes |
Line | |
---|---|
1 | INCLUDE_DIRECTORIES(.) |
2 | |
3 | SET( CEGUILUA_SRC_FILES |
4 | CEGUILua.cpp |
5 | CEGUILuaFunctor.cpp |
6 | lua_CEGUI.cpp |
7 | required.cpp |
8 | ) |
9 | |
10 | ADD_LIBRARY( ceguilua_orxonox SHARED ${CEGUILUA_SRC_FILES} ) |
11 | |
12 | TARGET_LINK_LIBRARIES(ceguilua_orxonox |
13 | lua_orxonox |
14 | tolualib_orxonox |
15 | ${CEGUI_LIBRARIES} |
16 | ) |
Note: See TracBrowser
for help on using the repository browser.