aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Linker/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Linker/CMakeLists.txt')
-rw-r--r--unittests/Linker/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/unittests/Linker/CMakeLists.txt b/unittests/Linker/CMakeLists.txt
new file mode 100644
index 0000000..c3dccb6
--- /dev/null
+++ b/unittests/Linker/CMakeLists.txt
@@ -0,0 +1,12 @@
+set(LLVM_LINK_COMPONENTS
+ core
+ linker
+ )
+
+set(LinkerSources
+ LinkModulesTest.cpp
+ )
+
+add_llvm_unittest(LinkerTests
+ ${LinkerSources}
+ )