cpp_client_telemetry
cpp_client_telemetry copied to clipboard
SDK cannot be built on Windows via CMake
Describe your environment. Current drop of the SDK does not build on Windows using CMake, for example, when you are adding the SDK as a subdirectory to another project using CMakeLists.txt.
Steps to reproduce.
- Enlist in the project.
- Create a directory for output, say, CMakeOutputs and navigate to it.
- Generate CMake files:
cmake -S .. -B . - Build project
cmake --build .
What is the expected behavior? Project builds the mat.lib and the relevant test executables.
What is the actual behavior? Projects don't build due to issues with including and linking zlib and sqlite.
Additional context. N/A.