Changeset 2509 for code/branches/buildsystem2/src/core/CMakeLists.txt
- Timestamp:
- Dec 17, 2008, 8:59:48 PM (17 years ago)
- Location:
- code/branches/buildsystem2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2
- Property svn:ignore deleted
- Property svn:mergeinfo changed
/code/branches/buildsystem (added) merged: 1875,1882-1886,1975-1982,1991,1999,2054,2061,2135,2137-2139,2197-2199,2204,2214-2220,2223-2224,2229,2233-2244,2248-2249,2252-2253,2260,2275
-
code/branches/buildsystem2/src/core/CMakeLists.txt
r2131 r2509 42 42 TclThreadManager.cc 43 43 44 tolua/tolua_bind.cc45 44 ) 46 45 47 46 ADD_SOURCE_DIRECTORY(CORE_SRC_FILES input) 48 47 49 GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION) 50 ADD_CUSTOM_COMMAND( 51 OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.h 52 COMMAND ${TOLUA_EXE} -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg 53 DEPENDS 54 tolua_orxonox 55 tolua/tolua.pkg 56 LuaBind.h 57 CommandExecutor.h 58 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib 59 ) 48 INCLUDE(UseTolua) 49 TOLUA(Core CORE_SRC_FILES INPUTFILES LuaBind.h CommandExecutor.h) 60 50 61 51 ADD_LIBRARY(core SHARED ${CORE_SRC_FILES}) 62 52 63 53 TARGET_LINK_LIBRARIES(core 64 ${OGRE_LIBRAR IES}65 ${Boost_ thread_LIBRARIES}66 ${Boost_ filesystem_LIBRARIES}67 lua_orxonox54 ${OGRE_LIBRARY} 55 ${Boost_THREAD_LIBRARY} 56 ${Boost_FILESYSTEM_LIBRARY} 57 ${LUA_LIBRARIES} 68 58 cpptcl_orxonox 69 59 ois_orxonox
Note: See TracChangeset
for help on using the changeset viewer.