aboutsummaryrefslogtreecommitdiff
path: root/test/xml/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml/CMakeLists.txt')
-rw-r--r--test/xml/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/xml/CMakeLists.txt b/test/xml/CMakeLists.txt
new file mode 100644
index 00000000..a8dfa264
--- /dev/null
+++ b/test/xml/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_executable(cru_xml_test
+ ParserTest.cpp
+)
+target_link_libraries(cru_xml_test PRIVATE cru_xml cru_test_base)
+
+gtest_discover_tests(cru_xml_test)