diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 14:30:34 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-25 14:30:34 -0600 |
commit | e7de858ce27ded585d6e2ec4a5cbc3467c6a7593 (patch) | |
tree | 6f20c14ae118bc83d3c69f12875ba7e369bb2716 /CMakeLists.txt | |
parent | 2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1 (diff) | |
download | chill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.tar.gz chill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.tar.bz2 chill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.zip |
CFamily AST printer
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ecd1846..284599f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ set(PYTHON_SRC set(PRINTER_SRC src/printer/generic.cpp src/printer/dump.cpp + src/printer/cfamily.cpp ) llvm_map_components_to_libnames(llvm_libs all) |