commit | c9e868c21af15451177c9ca691895f4c76f1fa2d | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Wed Sep 02 18:35:28 2015 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Sep 02 18:35:28 2015 -0700 |
tree | b03ea6db1f7e67268d736848df1119de5add313f | |
parent | b872ffcd1187bf112868903f2accd3e1ce316c85 [diff] |
Add pretty print file to build Add cn-print.c to the list of source files
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ceb0608..8193cc6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt
@@ -8,6 +8,7 @@ cn-encoder.c cn-error.c cn-get.c + cn-print.c ) if (use_context)