Skip to content

Commit 6b51963

Browse files
committed
HSM: Preparation for integration
1 parent c40080d commit 6b51963

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+100
-0
lines changed

build/.cmake/api/v1/query/client-integration-vscode/cache-v2

Whitespace-only changes.

build/.cmake/api/v1/query/client-integration-vscode/cmakeFiles-v1

Whitespace-only changes.

build/.cmake/api/v1/query/client-integration-vscode/codemodel-v2

Whitespace-only changes.

build/CMakeCache.txt

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# This is the CMakeCache file.
2+
# For build in directory: /home/stefans/int/VehicleComputingSimulator/build
3+
# It was generated by CMake: /usr/bin/cmake
4+
# You can edit this file to change values found and used by cmake.
5+
# If you do not want to change any of the values, simply exit the editor.
6+
# If you do want to change a value, simply edit, save, and exit the editor.
7+
# The syntax for the file is as follows:
8+
# KEY:TYPE=VALUE
9+
# KEY is the name of a variable in the cache.
10+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11+
# VALUE is the current value for the KEY.
12+
13+
########################
14+
# EXTERNAL cache entries
15+
########################
16+
17+
//No help, variable specified on the command line.
18+
CMAKE_BUILD_TYPE:STRING=Debug
19+
20+
//Program used to build from build.ninja files.
21+
CMAKE_MAKE_PROGRAM:FILEPATH=CMAKE_MAKE_PROGRAM-NOTFOUND
22+
23+
//Value Computed by CMake
24+
CMAKE_PROJECT_DESCRIPTION:STATIC=
25+
26+
//Value Computed by CMake
27+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
28+
29+
//Value Computed by CMake
30+
CMAKE_PROJECT_NAME:STATIC=grpc_server
31+
32+
//Value Computed by CMake
33+
grpc_server_BINARY_DIR:STATIC=/home/stefans/int/VehicleComputingSimulator/build
34+
35+
//Value Computed by CMake
36+
grpc_server_IS_TOP_LEVEL:STATIC=ON
37+
38+
//Value Computed by CMake
39+
grpc_server_SOURCE_DIR:STATIC=/home/stefans/int/VehicleComputingSimulator
40+
41+
42+
########################
43+
# INTERNAL cache entries
44+
########################
45+
46+
//This is the directory where this CMakeCache.txt was created
47+
CMAKE_CACHEFILE_DIR:INTERNAL=/home/stefans/int/VehicleComputingSimulator/build
48+
//Major version of cmake used to create the current loaded cache
49+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
50+
//Minor version of cmake used to create the current loaded cache
51+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
52+
//Patch version of cmake used to create the current loaded cache
53+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
54+
//Path to CMake executable.
55+
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
56+
//Path to cpack program executable.
57+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
58+
//Path to ctest program executable.
59+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
60+
//Name of external makefile project generator.
61+
CMAKE_EXTRA_GENERATOR:INTERNAL=
62+
//Name of generator.
63+
CMAKE_GENERATOR:INTERNAL=Ninja
64+
//Generator instance identifier.
65+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
66+
//Name of generator platform.
67+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
68+
//Name of generator toolset.
69+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
70+
//Source directory with the top level CMakeLists.txt file for this
71+
// project
72+
CMAKE_HOME_DIRECTORY:INTERNAL=/home/stefans/int/VehicleComputingSimulator
73+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
74+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
75+
//number of local generators
76+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
77+
//Platform information initialized
78+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
79+
//Path to CMake installation.
80+
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22
81+
//uname command
82+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
83+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set(CMAKE_HOST_SYSTEM "Linux-5.15.153.1-microsoft-standard-WSL2")
2+
set(CMAKE_HOST_SYSTEM_NAME "Linux")
3+
set(CMAKE_HOST_SYSTEM_VERSION "5.15.153.1-microsoft-standard-WSL2")
4+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5+
6+
7+
8+
set(CMAKE_SYSTEM "Linux-5.15.153.1-microsoft-standard-WSL2")
9+
set(CMAKE_SYSTEM_NAME "Linux")
10+
set(CMAKE_SYSTEM_VERSION "5.15.153.1-microsoft-standard-WSL2")
11+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12+
13+
set(CMAKE_CROSSCOMPILING "FALSE")
14+
15+
set(CMAKE_SYSTEM_LOADED 1)

build/CMakeFiles/CMakeOutput.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The system is: Linux - 5.15.153.1-microsoft-standard-WSL2 - x86_64

build/CMakeFiles/cmake.check_cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)