Skip to content

Commit

Permalink
changed order of cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGunawan committed Oct 17, 2024
1 parent f65933c commit 657dbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ set(TEST_UNIT
test/unit/tcframe/util/OptionalTests.cpp
test/unit/tcframe/util/StringUtilsTests.cpp
test/unit/tcframe/util/TestUtils.hpp
test/unit/tcframe/validator/VectorValidatorTests.cpp
test/unit/tcframe/validator/NumberValidatorTests.cpp
test/unit/tcframe/validator/VectorValidatorTests.cpp
)

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

0 comments on commit 657dbd6

Please sign in to comment.