Update cppcgen
This commit is contained in:
parent
1edf922e7b
commit
6cd28f66a0
2 changed files with 81 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue