gix / foo_scrobble

foobar2000 component for last.fm scrobbling
MIT License
428 stars 12 forks source link

Include headers for installed dependencies #24

Closed rzumer closed 4 years ago

rzumer commented 4 years ago

If vcpkg is not used this should have no effect, but this saves having to add the include directory from vcpkg manually for each project that needs it.

It may not be ideal for it to rely on the solution directory.

gix commented 4 years ago

but this saves having to add the include directory from vcpkg manually for each project

This shouldn't be needed. Just installing the foo_scrobble-deps package takes care of everything.

rzumer commented 4 years ago

For some reason the includes were missing when I attempted a fresh build this morning but it might have something to do with the other vcpkg instance I had installed on my system. Works as expected now.