Skip to content

Commit

Permalink
Забыл удалить test.xml из CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Nov 1, 2024
1 parent 0c93c26 commit d47c753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit d47c753

Please sign in to comment.