blupi-games / planetblupi

Planet Blupi source code
https://www.blupi.org
Other
88 stars 22 forks source link

No detection of argagg in cmake #1

Closed OdyX closed 7 years ago

OdyX commented 7 years ago

Hi there,

while trying to build Planet Blupi here, I fell on a compilation error where #include <argagg/argagg.hpp> fails if no such argagg.hpp (from https://github.com/vietjtnguyen/argagg) is available in the include paths. This should really be detected in CMake.

(Same goes for kitchensink by the way…)

Cheers, OdyX

Skywalker13 commented 7 years ago

Yes, sure.. it needs to write find_package stuff for these dependencies.. like with iconv in the cmake/ directory. I must investigate...

Skywalker13 commented 7 years ago

It should be fine for both libs; it uses CMake via find_library