File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11# Automaticly generated by wsjcpp@v0.2.0
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.1.5 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.6 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-yaml" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.5 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.6 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-yaml" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
2727list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h" )
2828list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests_main.cpp" )
2929
30- # wsjcpp-yaml:v0.1.3
30+ # wsjcpp-yaml:v0.1.6
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.h" )
@@ -51,8 +51,6 @@ list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_cursor.cpp")
5151list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_tag_names.cpp" )
5252list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_cleanup.cpp" )
5353list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_append_elements.cpp" )
54- list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_read_wsjcpp_hold_yaml.cpp" )
55-
5654
5755include (${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.user-custom.txt)
5856
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wsjcpp_version: v0.0.1
22cmake_minimum_required : 3.0
33cmake_cxx_standard : 11
44name : wsjcpp-yaml
5- version : v0.1.5
5+ version : v0.1.6
66description : Read/Write yaml files
77issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
88repositories :
@@ -17,22 +17,19 @@ keywords:
1717authors :
1818 - name : Evgenii Sopov
1919 email : mrseakg@gmail.com
20-
2120dependencies :
2221 - name : " wsjcpp-core"
2322 version : " v0.2.1"
2423 url : " https://github.com/wsjcpp/wsjcpp-core:master"
2524 origin : " https://github.com/"
2625 installation-dir : " ./src.wsjcpp/wsjcpp_core"
27-
2826distribution :
2927 - source-file : src/wsjcpp_yaml.cpp
3028 target-file : wsjcpp_yaml.cpp
3129 type : " source-code"
3230 - source-file : src/wsjcpp_yaml.h
3331 target-file : wsjcpp_yaml.h
3432 type : " source-code"
35-
3633unit-tests :
3734 cases :
3835 - name : LineParser
You can’t perform that action at this time.
0 commit comments