conan-io / examples

Conan 1.x examples
MIT License
124 stars 66 forks source link

Add makefiles example #57

Closed danimtb closed 4 years ago

danimtb commented 4 years ago

From https://github.com/memsharded/conan-example-makefiles in https://docs.conan.io/en/latest/howtos/makefiles.html

uilianries commented 4 years ago

Great idea! 👏

danimtb commented 4 years ago

Well, we don't have make in Appveyor so the example is failing there. Not sure if there is a solution for this or we should just skip this example in windows 🤔

uilianries commented 4 years ago

Did you try the make installer from CCI?

danimtb commented 4 years ago

It could be an alternative but I did not want to add more noise to the example. Will think about it

uilianries commented 4 years ago

Indeed, but usually people don't have make.exe installed on Windows.

danimtb commented 4 years ago

Needs #60