File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
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
2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
- add_definitions (-DWSJCPP_VERSION ="v0.0 .1" )
5
- add_definitions (-DWSJCPP_NAME ="wsjcpp-safe-scripting" )
4
+ add_definitions (-DWSJCPP_APP_VERSION ="v0.1 .1" )
5
+ add_definitions (-DWSJCPP_APP_NAME ="wsjcpp-safe-scripting" )
6
6
7
7
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
8
8
set (MACOSX TRUE )
Original file line number Diff line number Diff line change 4
4
5
5
int main (int argc, const char * argv[]) {
6
6
std::string TAG = " MAIN" ;
7
- std::string appName = std::string (WSJCPP_NAME );
8
- std::string appVersion = std::string (WSJCPP_VERSION );
7
+ std::string appName = std::string (WSJCPP_APP_NAME );
8
+ std::string appVersion = std::string (WSJCPP_APP_VERSION );
9
9
WsjcppCore::initRandom ();
10
10
if (!WsjcppCore::dirExists (" .logs" )) {
11
11
WsjcppCore::makeDir (" .logs" );
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
2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
4
project (unit-tests C CXX)
5
- add_definitions (-DWSJCPP_VERSION ="ut-v0.0 .1" )
6
- add_definitions (-DWSJCPP_NAME ="unit-tests-wsjcpp-safe-scripting" )
5
+ add_definitions (-DWSJCPP_APP_VERSION ="ut-v0.1 .1" )
6
+ add_definitions (-DWSJCPP_APP_NAME ="unit-tests-wsjcpp-safe-scripting" )
7
7
8
8
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
9
9
set (MACOSX TRUE )
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
27
27
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h" )
28
28
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests_main.cpp" )
29
29
30
- # wsjcpp-safe-scripting:v0.0 .1
30
+ # wsjcpp-safe-scripting:v0.1 .1
31
31
list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
32
32
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_safe_scripting.h" )
33
33
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_safe_scripting.cpp" )
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
if [ ! -d tmp ]; then
4
- mkdir -p tmp
4
+ mkdir -p tmp
5
5
fi
6
6
7
7
cd tmp
Original file line number Diff line number Diff line change 1
1
name : " wsjcpp-safe-scripting"
2
- version : " v0.1.0 "
2
+ version : v0.1.1
3
3
cmake_minimum_required : " 3.0"
4
4
cmake_cxx_standard : " 11"
5
5
description : " C++ Safe Scripting"
You can’t perform that action at this time.
0 commit comments