Enable items to be removed from a sequence (#582)

This commit is contained in:
Jiao
2018-05-14 21:50:28 +08:00
committed by Jesse Beder
parent ab5f9259a4
commit 4fb1c4b92b
5 changed files with 105 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
cmake_minimum_required(VERSION 3.5)
add_sources(parse.cpp)
add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)