feat: add quiz 2 counter.

This commit is contained in:
2025-05-19 21:26:47 +08:00
parent 651bc79d2e
commit a4624b477f
7 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
enable_testing()
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} TEST_SRC)
add_executable(
counter_tests
${TEST_SRC}
)
target_link_libraries(counter_tests GTest::gtest_main libcount)

View File