I am trying to build https://github.com/ithewei/libhv with MBEDTLS on Windows but it doesn't have include and library define options on CMake. When I ask them with an issue on GitHub, they said I need to use "Default Search Path". I installed it with cmake --build . --config Release --target INSTALL and I can see it in Program Files/MBed TLS. I think I need to define an environment variable. But what is correct names for includes and libraries ?