Files
dl/third/JoltPhysics/HelloWorld/HelloWorld.cmake
T
2026-09-16 14:07:40 +08:00

12 lines
271 B
CMake
Vendored

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