TiManGames / AmnesiaTheDarkDescent

GNU General Public License v3.0
30 stars 8 forks source link

Package dependencies with CMake? #49

Closed jkulawik closed 2 weeks ago

jkulawik commented 2 weeks ago

CMake offers a find_package functionality where headers and libs get found at once, but requires a config file for such a package.

Perhaps this would be a good way of fixing #46 and #29.