Add first example
This commit is contained in:
parent
6f128da87f
commit
6af95dde8e
6 changed files with 87 additions and 3 deletions
|
|
@ -36,7 +36,6 @@ set(tests
|
|||
add_executable(cppast_test test.cpp test_parser.hpp ${tests})
|
||||
target_include_directories(cppast_test PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
|
||||
target_link_libraries(cppast_test PUBLIC cppast)
|
||||
set_target_properties(cppast_test PROPERTIES CXX_STANDARD 11)
|
||||
|
||||
enable_testing()
|
||||
add_test(NAME test COMMAND cppast_test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue