Update cppcgen

This commit is contained in:
Joey Yakimowich-Payne 2023-01-19 07:40:39 -07:00
commit 6cd28f66a0
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
2 changed files with 81 additions and 17 deletions

View file

@ -4,7 +4,7 @@
function(_cppast_example name)
add_executable(cppast_example_${name} ${name}.cpp example_parser.hpp)
target_link_libraries(cppast_example_${name} PUBLIC cppast)
target_link_libraries(cppast_example_${name} PUBLIC cppast cxxopts)
endfunction()
_cppast_example(ast_printer)