Changeset 2399 for code/branches/buildsystem/src
- Timestamp:
- Dec 10, 2008, 9:45:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/tolua/CMakeLists.txt
r2384 r2399 1 SET(TOLUALIB_SRC_FILES 1 ADD_LIBRARY(tolualib_orxonox STATIC 2 2 tolua_event.c 3 3 tolua_is.c … … 7 7 ) 8 8 9 ADD_LIBRARY (tolualib_orxonox SHARED ${TOLUALIB_SRC_FILES})10 9 TARGET_LINK_LIBRARIES(tolualib_orxonox ${LUA_LIBRARIES}) 11 INSTALL(TARGETS tolualib_orxonox LIBRARY DESTINATION lib) 10 11 #INSTALL(TARGETS tolualib_orxonox LIBRARY DESTINATION lib) 12 12 13 13 SET(TOLUAGEN_SRC_FILES … … 15 15 ) 16 16 17 ADD_EXECUTABLE 17 ADD_EXECUTABLE(toluaexe_orxonox ${TOLUAGEN_SRC_FILES}) 18 18 TARGET_LINK_LIBRARIES(toluaexe_orxonox tolualib_orxonox ${LUA_LIBRARIES}) 19 19
Note: See TracChangeset
for help on using the changeset viewer.