I am using cmake to try to build mbedtls. I got the .zip from github, un-zipped it, then I "cd"ed into the directory of mbedtls.
I get errors like these, no matter what subdirectory/directory im in i can not build it successfully.
the cmake command:
cmake Visual Studio 10 .
CMake Error at CMakeLists.txt:172 (add_library):
Cannot find source file:
error.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at CMakeLists.txt:172 (add_library):
No SOURCES given to target: mbedcrypto
this is the directory i am in. All the subdirectories/cmake files are there. my question is... How can i build mbedtls on windows?