improved projectile prediction

This commit is contained in:
2024-05-07 02:12:17 +03:00
parent 503114e4b8
commit 1b59e254f4
5 changed files with 117 additions and 59 deletions

View File

@@ -4,6 +4,6 @@ project(unit-tests)
file(GLOB TEST_SRC_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
include(GoogleTest)
add_executable(unit-tests ${TEST_SRC_FILES})
target_link_libraries(unit-tests PRIVATE gtest gtest_main uml)
gtest_discover_tests(unit-tests)
add_executable(unit-tests UnitTestColor.cpp)
target_link_libraries(unit-tests PRIVATE gtest gtest_main uml)