Ajout de Jolt Physics + 1ere version des factory entitecomposants - camera, transform, rigidbody, collider, renderer
This commit is contained in:
11
lib/All/JoltPhysics/HelloWorld/HelloWorld.cmake
Normal file
11
lib/All/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})
|
||||
Reference in New Issue
Block a user