File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.0.1
1+ # Automaticly generated by wsjcpp@v0.1.7
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_VERSION ="v0.1.0 " )
5- add_definitions (-DWSJCPP_NAME ="wsjcpp-yaml" )
4+ add_definitions (-DWSJCPP_APP_VERSION ="v0.1.3 " )
5+ add_definitions (-DWSJCPP_APP_NAME ="wsjcpp-yaml" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
88 set (MACOSX TRUE )
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.0.1
1+ # Automaticly generated by wsjcpp@v0.1.7
22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_VERSION ="ut-v0.1.0 " )
6- add_definitions (-DWSJCPP_NAME ="unit-tests-wsjcpp-yaml" )
5+ add_definitions (-DWSJCPP_APP_VERSION ="ut-v0.1.3 " )
6+ add_definitions (-DWSJCPP_APP_NAME ="unit-tests-wsjcpp-yaml" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
99 set (MACOSX TRUE )
@@ -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.0
30+ # wsjcpp-yaml:v0.1.3
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.h" )
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33if [ ! -d tmp ]; then
4- mkdir -p tmp
4+ mkdir -p tmp
55fi
66
77cd tmp
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required: 3.0
33cmake_cxx_standard : 11
44
55name : wsjcpp-yaml
6- version : v0.1.2
6+ version : v0.1.3
77description : Read/Write yaml files
88issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
99
You can’t perform that action at this time.
0 commit comments