Remove debug code

This commit is contained in:
REDxEYE 2025-03-29 22:22:29 +03:00
parent 1ffbeb8148
commit 9bb6cdfec2

View File

@ -49,11 +49,3 @@ if(VOXELENGINE_BUILD_TESTS)
endif()
add_subdirectory(vctest)
add_custom_target(copy_resources ALL
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/res
${CMAKE_CURRENT_BINARY_DIR}/res
COMMENT "Copying resource directory to the build directory"
)
add_dependencies(${PROJECT_NAME} copy_resources)