Skip to content
Snippets Groups Projects
Commit b82ae8ff authored by Hugo Kreber's avatar Hugo Kreber
Browse files

Merge branch 'develop' of...

parents 4e89dedb 3734fbf3
No related branches found
No related tags found
2 merge requests!6Correction of many fixes,!5force the use of version 6.6.0 of openapi-generator-cli due to a bug since...
...@@ -54,7 +54,7 @@ include_directories( ...@@ -54,7 +54,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/api ${CMAKE_CURRENT_SOURCE_DIR}/api
) )
add_library(${TARGET_NAME} SHARED) add_library(${TARGET_NAME} STATIC)
target_sources(${TARGET_NAME} target_sources(${TARGET_NAME}
PRIVATE PRIVATE
......
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/src"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment