How to install expat and link with my c++ project on github windows runner
expat is a dependency of my project. I would like to build my project on github windows-2019 runner. I got an error Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR)
(see line 26 at the Configure CMake section). Below is the mini example to reproduce the error.