From 9bb6cdfec2e543e604cc51b5e0dd2078fe5bc1db Mon Sep 17 00:00:00 2001 From: REDxEYE Date: Sat, 29 Mar 2025 22:22:29 +0300 Subject: [PATCH] Remove debug code --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dac68cd..6966e81f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) \ No newline at end of file