embeddedmz / ftpclient-cpp

C++ client for making FTP requests
MIT License
211 stars 67 forks source link

Refactor CMake scripts to better support Vcpkg for Windows #11

Closed embeddedmz closed 3 years ago

embeddedmz commented 3 years ago

I tested actual CMake scripts with vcpkg and everything builds fine.

However, to launch unit tests, I have to manually add the path of the INI file in the project settings, I don't know if it's feasible with CMake/CTest under Visual Studio.