|
Last change
on this file since 2556 was
2384,
checked in by adrfried, 17 years ago
|
|
install targets added
|
-
Property svn:eol-style set to
native
|
|
File size:
314 bytes
|
| Rev | Line | |
|---|
| [1803] | 1 | SET( CEGUILUA_SRC_FILES |
|---|
| 2 | CEGUILua.cpp |
|---|
| 3 | CEGUILuaFunctor.cpp |
|---|
| 4 | lua_CEGUI.cpp |
|---|
| 5 | required.cpp |
|---|
| 6 | ) |
|---|
| 7 | |
|---|
| [1808] | 8 | ADD_LIBRARY( ceguilua_orxonox SHARED ${CEGUILUA_SRC_FILES} ) |
|---|
| [1804] | 9 | |
|---|
| [1854] | 10 | TARGET_LINK_LIBRARIES(ceguilua_orxonox |
|---|
| 11 | tolualib_orxonox |
|---|
| [1979] | 12 | ${LUA_LIBRARIES} |
|---|
| [2197] | 13 | ${CEGUI_LIBRARY} |
|---|
| [1854] | 14 | ) |
|---|
| [2384] | 15 | |
|---|
| 16 | INSTALL(TARGETS ceguilua_orxonox LIBRARY DESTINATION lib) |
|---|
Note: See
TracBrowser
for help on using the repository browser.