Add a CMakeLists file.

This commit is contained in:
2019-06-09 14:02:41 -07:00
parent e039e44592
commit f3be325644
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ extern "C" {
}
#include "parser.hpp"
#include "pattern.hpp"
#include <memory>
namespace lily {
std::string tree_str(pgs_tree* tree, const char* source) {