Open
Description
Hi,
Can you add cmake module file to be used with FetchContent.
It let us work with it inside cmake using CPM, for example: https://github.com/cpm-cmake/CPM.cmake
Or FetchContent directly: https://cmake.org/cmake/help/latest/module/FetchContent.html
It is simple, check some tutorials:
- https://www.foonathan.net/2022/06/cmake-fetchcontent/
- https://medium.com/analytics-vidhya/c-dependency-management-with-cmakes-fetchcontent-4ceca4693a5d
Thanks.