添加简单文件资产视图, 添加资源拖拽功能

This commit is contained in:
2025-06-11 00:22:53 +08:00
parent f4aa895bbb
commit 91af2392ed
15 changed files with 194 additions and 10 deletions

View File

@ -23,6 +23,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
file(GLOB ASSETS Sandbox/assets/*)
file(COPY ${ASSETS} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/assets)
file(GLOB RESOURCES Sandbox/Resources/*)
file(COPY ${RESOURCES} DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Resources)
add_subdirectory(Hazel)
add_subdirectory(Sandbox)