diff --git a/CMakeLists.txt b/CMakeLists.txt index 61177810..a56457bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,12 +81,4 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/res DESTINATION ${CMAKE_CURRENT_BINARY_DIR if (VOXELENGINE_BUILD_TESTS) enable_testing() add_subdirectory(test) -endif() - -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 +endif() \ No newline at end of file