From 5df953460ebd15f1d18c400d20c34034b3d4aa4f Mon Sep 17 00:00:00 2001 From: Yaha Date: Thu, 18 May 2023 00:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- {tests => cmake}/tests.cmake | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests => cmake}/tests.cmake (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b8012..4782119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,4 +10,4 @@ file(GLOB_RECURSE SOURCES "src/*/*.cpp") add_library(${APP_LIB_NAME} ${SOURCES}) include(cmake/googletest.cmake) -include(tests/tests.cmake) \ No newline at end of file +include(cmake/tests.cmake) \ No newline at end of file diff --git a/tests/tests.cmake b/cmake/tests.cmake similarity index 100% rename from tests/tests.cmake rename to cmake/tests.cmake