add bullet

This commit is contained in:
gmueller
2011-01-18 21:02:48 +01:00
parent 21985a4ea4
commit bf00db6c68
251 changed files with 59131 additions and 3 deletions

View File

@ -1,7 +1,6 @@
include_directories (${GREMLIN_SOURCE_DIR}/libs/enet/include)
include_directories (${GREMLIN_SOURCE_DIR}/src)
add_library( common
Application
game
@ -10,11 +9,11 @@ add_library( common
)
add_dependencies( common
enet
enet pugixml bullet
)
target_link_libraries(common
enet
enet pugixml bullet
)
if (WIN32)