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)
|
||||
Reference in New Issue
Block a user