Index: tools/pnacl-bcanalyzer/CMakeLists.txt |
diff --git a/tools/pnacl-bcanalyzer/CMakeLists.txt b/tools/pnacl-bcanalyzer/CMakeLists.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cf17b88865418fc44afe9130ec8691a278afd04 |
--- /dev/null |
+++ b/tools/pnacl-bcanalyzer/CMakeLists.txt |
@@ -0,0 +1,5 @@ |
+set(LLVM_LINK_COMPONENTS naclbitreader) |
+ |
+add_llvm_tool(pnacl-bcanalyzer |
+ pnacl-bcanalyzer.cpp |
+ ) |