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