From 0c7153db084060034092c1dc24222cae384722ec Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 8 Jan 2022 19:24:44 +0800 Subject: ... --- test/toml/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/toml/CMakeLists.txt (limited to 'test/toml/CMakeLists.txt') diff --git a/test/toml/CMakeLists.txt b/test/toml/CMakeLists.txt new file mode 100644 index 00000000..22766ecd --- /dev/null +++ b/test/toml/CMakeLists.txt @@ -0,0 +1,6 @@ +add_executable(cru_toml_test + ParserTest.cpp +) +target_link_libraries(cru_toml_test PRIVATE cru_toml cru_test_base) + +gtest_discover_tests(cru_toml_test) -- cgit v1.2.3