Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 22, 2024
1 parent 765b166 commit 6c2fa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set_target_properties(tl2cgen_cpp_test
CXX_STANDARD_REQUIRED ON)
target_link_libraries(tl2cgen_cpp_test
PRIVATE obj_tl2cgen rapidjson
GTest::GTest GTest::gmock fmt::fmt-header-only)
GTest::gtest GTest::gmock fmt::fmt-header-only)
set_output_directory(tl2cgen_cpp_test ${PROJECT_BINARY_DIR})
add_test(
NAME TestTL2cgen
Expand Down

0 comments on commit 6c2fa9b

Please sign in to comment.