From d47c75340e7dfce4b3905e5e67f647d233674e5d Mon Sep 17 00:00:00 2001 From: 1vanK <1vanK@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:20:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B1=D1=8B=D0=BB=20=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20test.xml=20=D0=B8=D0=B7=20CMak?= =?UTF-8?q?eLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc23ada..650b4ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,6 @@ add_test(NAME ${target_name} COMMAND ${target_name} -duration 5) configure_file(res/main.as ${result_dir} COPYONLY) configure_file(res/src_image.png ${result_dir} COPYONLY) configure_file(res/src_atlas.png ${result_dir} COPYONLY) -configure_file(res/test.xml ${result_dir} COPYONLY) # Заставляем Visual Studio отображать дерево каталогов source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${source_files})