add vertexarray, move Sandbox::Demolayer code to EditorLayer
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
project(PrismEditor)
|
||||
|
||||
file(GLOB ASSETS assets)
|
||||
file(COPY ${ASSETS} DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
file(GLOB_RECURSE SRC_SOURCE ./**.cpp)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SRC_SOURCE})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE Prism-shared)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE Prism-shared)
|
||||
|
||||
# Enable ImGui Docking space
|
||||
target_compile_definitions(${PROJECT_NAME} PRIVATE ENABLE_DOCKSPACE)
|
||||
|
||||
Reference in New Issue
Block a user