source:
code/trunk/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt
@
1838
Last change on this file since 1838 was 1814, checked in by rgrieder, 16 years ago | |
---|---|
|
|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[1803] | 1 | INCLUDE_DIRECTORIES(.) |
2 | ||
3 | SET( CEGUILUA_SRC_FILES | |
4 | CEGUILua.cpp | |
5 | CEGUILuaFunctor.cpp | |
6 | lua_CEGUI.cpp | |
7 | required.cpp | |
8 | ) | |
9 | ||
[1814] | 10 | ADD_LIBRARY( ceguilua_orxonox SHARED ${CEGUILUA_SRC_FILES} ) |
[1804] | 11 | |
12 | TARGET_LINK_LIBRARIES( ceguilua_orxonox lua_orxonox ) |
Note: See TracBrowser
for help on using the repository browser.