Torque3D/Engine/lib/JoltPhysics/HelloWorld/HelloWorld.cmake
2026-06-06 16:07:23 +01:00

11 lines
271 B
CMake

# 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})