mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
fix: can't load image
This commit is contained in:
@@ -151,11 +151,3 @@ if (UNIX AND NOT APPLE)
|
||||
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE ${EGL_CFLAGS_OTHER} ${Wayland_CFLAGS_OTHER})
|
||||
endif()
|
||||
|
||||
|
||||
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
"${PROJECT_SOURCE_DIR}/src/shaders"
|
||||
"$<TARGET_FILE_DIR:${PROJECT_NAME}>/shaders"
|
||||
COMMENT "Copying shaders to output directory"
|
||||
)
|
||||
Reference in New Issue
Block a user