/easyfetchcontent

CMake modules for quickly importing third-party libraries by fetchcontent.

Primary LanguageC++MIT LicenseMIT

easyfetchcontent

This project provides some cmake modules which can be used to import some famous libraries to your own project based on cmake fetchcontent.

How to use?

Copy the xxlib/GetXXlib.cmake files to your CMAKE_MODULE_PATH and include them. Refer to the demo provided in the same folder.

Supported Libraries

License

This project is licensed under the MIT License - see the LICENSE.md file for details