add vertexarray, move Sandbox::Demolayer code to EditorLayer
This commit is contained in:
@ -2,8 +2,6 @@ project(Sandbox)
|
||||
|
||||
file(GLOB_RECURSE SRC_SOURCE ./**.cpp)
|
||||
|
||||
file(GLOB ASSETS assets)
|
||||
file(COPY ${ASSETS} DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SRC_SOURCE})
|
||||
|
||||
Reference in New Issue
Block a user