init commit

This commit is contained in:
2025-11-15 14:14:20 +08:00
commit 0e48af235d
13 changed files with 196 additions and 0 deletions

8
Sandbox/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
project(Sandbox)
file(GLOB_RECURSE SRC_SOURCE ./**.cpp)
add_executable(${PROJECT_NAME} ${SRC_SOURCE})
target_link_libraries(${PROJECT_NAME} PRIVATE Prism)