Skip to content
Snippets Groups Projects

[18] grpc server and Rest API http client architecture

Merged Daniel Lyubomirov requested to merge 18-http-client into master
51 files
+ 26602
1
Compare changes
  • Side-by-side
  • Inline
Files
51
+ 8
0
function(dump_vars)
get_cmake_property(_variableNames VARIABLES)
list (SORT _variableNames)
foreach (_variableName ${_variableNames})
message(STATUS "${_variableName}=${${_variableName}}")
endforeach()
endfunction()
Loading