Chromium Code Reviews| Index: tools/pnacl-freeze/CMakeLists.txt |
| diff --git a/tools/pnacl-freeze/CMakeLists.txt b/tools/pnacl-freeze/CMakeLists.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..18b3f38f749e045cc7f5a7298e9114c5dab9924e |
| --- /dev/null |
| +++ b/tools/pnacl-freeze/CMakeLists.txt |
| @@ -0,0 +1,5 @@ |
| +set(LLVM_LINK_COMPONENTS bitreader naclbitwriter) |
| + |
| +add_llvm_tool(pnacl-freeze |
| + pnacl-freeze.cpp |
| + ) |