Last change
on this file since 1967 was
1884,
checked in by rgrieder, 16 years ago
|
We had no overview of include directories:
- Placed all of them in src/CMakeLists.txt.
- src/ois and src/version/ceguilua were effectively removed.
|
-
Property svn:eol-style set to
native
|
File size:
252 bytes
|
Line | |
---|
1 | SET( CEGUILUA_SRC_FILES |
---|
2 | CEGUILua.cpp |
---|
3 | CEGUILuaFunctor.cpp |
---|
4 | lua_CEGUI.cpp |
---|
5 | required.cpp |
---|
6 | ) |
---|
7 | |
---|
8 | ADD_LIBRARY( ceguilua_orxonox SHARED ${CEGUILUA_SRC_FILES} ) |
---|
9 | |
---|
10 | TARGET_LINK_LIBRARIES(ceguilua_orxonox |
---|
11 | lua_orxonox |
---|
12 | tolualib_orxonox |
---|
13 | ${CEGUI_LIBRARIES} |
---|
14 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.