init commit
This commit is contained in:
8
Sandbox/CMakeLists.txt
Normal file
8
Sandbox/CMakeLists.txt
Normal 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
Sandbox/Sandbox/Sandbox.cpp
Normal file
5
Sandbox/Sandbox/Sandbox.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by sfd on 25-11-15.
|
||||
//
|
||||
|
||||
#include "Sandbox.h"
|
||||
12
Sandbox/Sandbox/Sandbox.h
Normal file
12
Sandbox/Sandbox/Sandbox.h
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by sfd on 25-11-15.
|
||||
//
|
||||
|
||||
#ifndef SANDBOX_H
|
||||
#define SANDBOX_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //SANDBOX_H
|
||||
Reference in New Issue
Block a user