File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " your_project_name_here" ,
33 "project_version" : " 1.0.0" ,
4- "sdk_version" : " 14.4.1 " ,
4+ "sdk_version" : " 14.5.0 " ,
55 "dependencies" : [
66 {
77 "name" : " standard_library" ,
8- "version" : " 14.4.1 "
8+ "version" : " 14.5.0 "
99 }
1010 ]
1111}
Original file line number Diff line number Diff line change 44# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55# !!! because ${PROJECT_NAME} is used below when creating the zip target
66project (ClientDirect C)
7- cmake_minimum_required (VERSION 3.0 )
7+ cmake_minimum_required (VERSION 3.7 )
88
99set (CMAKE_C_STANDARD 99)
1010set (CMAKE_C_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 2828 "type" : " worker_sdk" ,
2929 "packages" : [
3030 {
31- "name" : " c-static-x86_64-vc140_mdd -win32" ,
31+ "name" : " c-static-x86_64-vc141_mdd -win32" ,
3232 "platform" : " windows"
3333 }
3434 ]
3838 "type" : " worker_sdk" ,
3939 "packages" : [
4040 {
41- "name" : " c-static-x86_64-vc140_md -win32" ,
41+ "name" : " c-static-x86_64-vc141_md -win32" ,
4242 "platform" : " windows"
4343 }
4444 ]
Original file line number Diff line number Diff line change 44# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55# !!! because ${PROJECT_NAME} is used below when creating the zip target
66project (ClientVtable C)
7- cmake_minimum_required (VERSION 3.0 )
7+ cmake_minimum_required (VERSION 3.7 )
88
99set (CMAKE_C_STANDARD 99)
1010set (CMAKE_C_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 2828 "type" : " worker_sdk" ,
2929 "packages" : [
3030 {
31- "name" : " c-static-x86_64-vc140_mdd -win32" ,
31+ "name" : " c-static-x86_64-vc141_mdd -win32" ,
3232 "platform" : " windows"
3333 }
3434 ]
3838 "type" : " worker_sdk" ,
3939 "packages" : [
4040 {
41- "name" : " c-static-x86_64-vc140_md -win32" ,
41+ "name" : " c-static-x86_64-vc141_md -win32" ,
4242 "platform" : " windows"
4343 }
4444 ]
Original file line number Diff line number Diff line change 44# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55# !!! because ${PROJECT_NAME} is used below when creating the zip target
66project (Physics)
7- cmake_minimum_required (VERSION 3.1 )
7+ cmake_minimum_required (VERSION 3.7 )
88
99set (CMAKE_CXX_STANDARD 11)
1010set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 2828 "type" : " worker_sdk" ,
2929 "packages" : [
3030 {
31- "name" : " c-static-x86_64-vc140_mdd -win32" ,
31+ "name" : " c-static-x86_64-vc141_mdd -win32" ,
3232 "platform" : " windows"
3333 }
3434 ]
3838 "type" : " worker_sdk" ,
3939 "packages" : [
4040 {
41- "name" : " c-static-x86_64-vc140_md -win32" ,
41+ "name" : " c-static-x86_64-vc141_md -win32" ,
4242 "platform" : " windows"
4343 }
4444 ]
You can’t perform that action at this time.
0 commit comments