Changeset 1844
- Timestamp:
- Sep 28, 2008, 12:29:56 PM (16 years ago)
- Location:
- code/trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CMakeLists.txt
r1843 r1844 70 70 TARGET_LINK_LIBRARIES(core 71 71 ${OGRE_LIBRARIES} 72 ${Boost_thread_LIBRARIES} 73 ${Boost_filesystem_LIBRARIES} 72 74 lua_orxonox 73 75 cpptcl_orxonox … … 76 78 tolualib_orxonox 77 79 util 78 ${Boost_thread_LIBRARIES}79 ${Boost_filesystem_LIBRARIES}80 80 ) -
code/trunk/src/orxonox/CMakeLists.txt
r1843 r1844 34 34 overlays/hud/HUDSpeedBar.cc 35 35 36 tolua/tolua_bind.cc37 38 36 tools/BillboardSet.cc 39 37 tools/Light.cc … … 64 62 objects/RotatingProjectile.cc 65 63 objects/ParticleProjectile.cc 64 65 tolua/tolua_bind.cc 66 66 ) 67 67 … … 105 105 tinyxml_orxonox 106 106 tolualib_orxonox 107 ois_orxonox108 107 util 109 108 core -
code/trunk/src/util/CMakeLists.txt
r1821 r1844 20 20 TARGET_LINK_LIBRARIES(util 21 21 ${OGRE_LIBRARIES} 22 ${Lua_LIBRARIES}23 22 )
Note: See TracChangeset
for help on using the changeset viewer.