Added Box2D
This commit is contained in:
4
external/Box2D-2.3.1/Box2D/HelloWorld/CMakeLists.txt
vendored
Normal file
4
external/Box2D-2.3.1/Box2D/HelloWorld/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Hello World examples
|
||||
include_directories (${Box2D_SOURCE_DIR})
|
||||
add_executable(HelloWorld HelloWorld.cpp)
|
||||
target_link_libraries (HelloWorld Box2D)
|
||||
Reference in New Issue
Block a user