Add first example
This commit is contained in:
parent
6f128da87f
commit
6af95dde8e
6 changed files with 87 additions and 3 deletions
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
add_executable(cppast_tool main.cpp)
|
||||
target_link_libraries(cppast_tool PUBLIC cppast cxxopts)
|
||||
set_target_properties(cppast_tool PROPERTIES CXX_STANDARD 11
|
||||
OUTPUT_NAME cppast)
|
||||
set_target_properties(cppast_tool PROPERTIES OUTPUT_NAME cppast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue