调整文件结构

This commit is contained in:
Yaha 2023-05-18 00:13:18 +08:00
parent 049a65af8a
commit 5df953460e
2 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ file(GLOB_RECURSE SOURCES "src/*/*.cpp")
add_library(${APP_LIB_NAME} ${SOURCES})
include(cmake/googletest.cmake)
include(tests/tests.cmake)
include(cmake/tests.cmake)