little tests refactoring

This commit is contained in:
BlackMATov
2020-11-30 18:19:23 +07:00
parent cdae59eb5b
commit 5f4697ed3d
9 changed files with 19 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ endif()
# executable
#
file(GLOB UNTESTS_SOURCES "*.cpp" "*.hpp")
file(GLOB_RECURSE UNTESTS_SOURCES "*.cpp" "*.hpp")
add_executable(${PROJECT_NAME} ${UNTESTS_SOURCES})
target_link_libraries(${PROJECT_NAME} flat.hpp)