Guest User

Untitled

a guest
Mar 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Hello World examples
  2. include_directories (${Box2D_SOURCE_DIR})
  3. add_executable(HelloWorld HelloWorld.cpp)
  4. target_link_libraries (HelloWorld Box2D)
Add Comment
Please, Sign In to add comment