mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
initial commit jolt
This commit is contained in:
parent
0c2aa5328c
commit
8acf7da95b
1086 changed files with 214612 additions and 4 deletions
11
Engine/lib/JoltPhysics/HelloWorld/HelloWorld.cmake
Normal file
11
Engine/lib/JoltPhysics/HelloWorld/HelloWorld.cmake
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Root
|
||||
set(HELLO_WORLD_ROOT ${PHYSICS_REPO_ROOT}/HelloWorld)
|
||||
|
||||
# Source files
|
||||
set(HELLO_WORLD_SRC_FILES
|
||||
${HELLO_WORLD_ROOT}/HelloWorld.cpp
|
||||
${HELLO_WORLD_ROOT}/HelloWorld.cmake
|
||||
)
|
||||
|
||||
# Group source files
|
||||
source_group(TREE ${HELLO_WORLD_ROOT} FILES ${HELLO_WORLD_SRC_FILES})
|
||||
Loading…
Add table
Add a link
Reference in a new issue