Skip to content

Commit

Permalink
modified CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGunawan committed Oct 14, 2024
1 parent 0a0c7bf commit 0553e06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ set(INCLUDE
include/tcframe/util/StringUtils.hpp
include/tcframe/util/optional.hpp
include/tcframe/validator/vector.hpp
include/tcframe/validator/number.hpp
)

set(TEST_UNIT
Expand Down Expand Up @@ -260,6 +261,7 @@ set(TEST_UNIT
test/unit/tcframe/util/StringUtilsTests.cpp
test/unit/tcframe/util/TestUtils.hpp
test/unit/tcframe/validator/VectorValidatorTests.cpp
test/unit/tcframe/validator/NumberValidatorTests.cpp
)

add_executable(test_unit ${INCLUDE} ${TEST_UNIT})
Expand Down

0 comments on commit 0553e06

Please sign in to comment.