Files
CosmicEngine/lib/All/JoltPhysics/HelloWorld/HelloWorld.cmake

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