Index: tools/clang/TaskToBind/CMakeLists.txt |
diff --git a/tools/clang/TaskToBind/CMakeLists.txt b/tools/clang/TaskToBind/CMakeLists.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..27678cd3cb47088bd7c01a420c9f344e48d29b83 |
--- /dev/null |
+++ b/tools/clang/TaskToBind/CMakeLists.txt |
@@ -0,0 +1,15 @@ |
+set(MODULE TRUE) |
+ |
+set( LLVM_USED_LIBS |
+ clangFrontend |
+ clangAST |
+ ) |
+ |
+set( LLVM_LINK_COMPONENTS support mc) |
+ |
+add_clang_library(TaskToBind TaskToBind.cpp) |
+ |
+set_target_properties(TaskToBind |
+ PROPERTIES |
+ LINKER_LANGUAGE CXX |
+ PREFIX "") |