aboutsummaryrefslogtreecommitdiff
path: root/unittests/Core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Core/CMakeLists.txt')
-rw-r--r--unittests/Core/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/unittests/Core/CMakeLists.txt b/unittests/Core/CMakeLists.txt
new file mode 100644
index 000000000000..ad9def181de5
--- /dev/null
+++ b/unittests/Core/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_lldb_unittest(LLDBCoreTests
+ DataExtractorTest.cpp
+ ScalarTest.cpp
+ )