Add first example

This commit is contained in:
Jonathan Müller 2017-10-30 16:21:13 +01:00
commit 6af95dde8e
6 changed files with 87 additions and 3 deletions

View file

@ -103,6 +103,7 @@ set(libclang_source
libclang/variable_parser.cpp)
add_library(cppast ${detail_header} ${header} ${source} ${libclang_source})
set_target_properties(cppast PROPERTIES CXX_STANDARD 11)
target_include_directories(cppast PUBLIC ../include)
target_link_libraries(cppast PUBLIC type_safe _cppast_tiny_process _cppast_libclang)
target_compile_definitions(cppast PUBLIC