source:
code/branches/tutorialHS08/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt
@
2499
Last change on this file since 2499 was 1814, checked in by rgrieder, 16 years ago | |
---|---|
|
|
File size: 235 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 lua_orxonox ) |
Note: See TracBrowser
for help on using the repository browser.