aboutsummaryrefslogtreecommitdiff
path: root/test/toml/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-08 19:24:44 +0800
committercrupest <crupest@outlook.com>2022-01-08 19:24:44 +0800
commit0c7153db084060034092c1dc24222cae384722ec (patch)
tree9de1bc4636732e3cc1e1fb7309fdf2ff60683f69 /test/toml/CMakeLists.txt
parentc38f1f7c273e85c0a6d197cb27424c9ca69e234d (diff)
downloadcru-0c7153db084060034092c1dc24222cae384722ec.tar.gz
cru-0c7153db084060034092c1dc24222cae384722ec.tar.bz2
cru-0c7153db084060034092c1dc24222cae384722ec.zip
...
Diffstat (limited to 'test/toml/CMakeLists.txt')
-rw-r--r--test/toml/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
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)