Skip to content

Commit 669c94c

Browse files
committed
refactor: update CMakeLists.txt
1 parent b443aa1 commit 669c94c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ FetchContent_MakeAvailable(googletest)
1818

1919
add_executable(sqrt_higher_precision
2020
src/main.cpp
21-
src/Sequence.cpp
22-
include/Sequence.hpp
23-
src/Approximator.cpp
24-
include/Approximator.hpp
2521
src/SquareRoot.cpp
2622
include/SquareRoot.hpp
2723
src/Fraction.cpp
@@ -44,6 +40,9 @@ add_executable(tests
4440
src/Fraction.cpp
4541
tests/test_file_reader.cpp
4642
src/FileReader.cpp
43+
src/SquareRoot.cpp
44+
tests/test_sqrt.cpp
45+
tests/test_bench_marks.cpp
4746
)
4847

4948
target_link_libraries(tests PRIVATE

0 commit comments

Comments
 (0)