cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

SDK cannot be built on Windows via CMake

Open sid-dahiya opened this issue 3 years ago • 0 comments

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.

  1. Enlist in the project.
  2. Create a directory for output, say, CMakeOutputs and navigate to it.
  3. Generate CMake files: cmake -S .. -B .
  4. 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.

sid-dahiya avatar Mar 31 '22 19:03 sid-dahiya