|
Last change
on this file since 2376 was
1854,
checked in by landauf, 17 years ago
|
- some cmake fixes for ceguilua and mingw
- small change in XMLPort
|
-
Property svn:eol-style set to
native
|
|
File size:
276 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.