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
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)
+5
View File
@@ -0,0 +1,5 @@
//
// Created by sfd on 25-11-15.
//
#include "Sandbox.h"
+12
View File
@@ -0,0 +1,12 @@
//
// Created by sfd on 25-11-15.
//
#ifndef SANDBOX_H
#define SANDBOX_H
#endif //SANDBOX_H