File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.1.6
1+
2+ # Automaticly generated by wsjcpp@v0.1.7
23cmake_minimum_required (VERSION 3.0)
34
45add_definitions (-DWSJCPP_APP_VERSION="v0.2.1" )
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.1.6
1+
2+ # Automaticly generated by wsjcpp@v0.1.7
23cmake_minimum_required (VERSION 3.0)
34
45project (unit-tests C CXX)
@@ -34,9 +35,7 @@ list (APPEND WSJCPP_SOURCES "../src/wsjcpp_arguments.h")
3435
3536# unit-tests
3637list (APPEND WSJCPP_INCLUDE_DIRS "src" )
37- list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_arguments_with_params.h" )
3838list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_arguments_with_params.cpp" )
39- list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_simple_arguments.h" )
4039list (APPEND WSJCPP_SOURCES "../unit-tests.wsjcpp/src/unit_test_simple_arguments.cpp" )
4140
4241# required-libraries
@@ -50,12 +49,3 @@ include_directories(${WSJCPP_INCLUDE_DIRS})
5049add_executable ("unit-tests" ${WSJCPP_SOURCES} )
5150
5251target_link_libraries ("unit-tests" -lpthread ${WSJCPP_LIBRARIES} )
53-
54- install (
55- TARGETS
56- "unit-tests"
57- RUNTIME DESTINATION
58- /usr/bin
59- )
60-
61-
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 @@ -37,8 +37,8 @@ distribution:
3737 - source-file : src/wsjcpp_arguments.h
3838 target-file : wsjcpp_arguments.h
3939 type : " source-code"
40- - source-file : " scripts.wsjcpp/generate.WsjcppArgumentProcessor"
41- target-file : " generate.WsjcppArgumentProcessor"
40+ - source-file : " scripts.wsjcpp/generate.WsjcppArgumentProcessor.wsjcpp-script "
41+ target-file : " generate.WsjcppArgumentProcessor.wsjcpp-script "
4242 type : " safe-scripting-generate"
4343
4444unit-tests :
You can’t perform that action at this time.
0 commit comments