Snaipe / fmem

A cross-platform library for opening memory-backed libc streams.
MIT License
63 stars 23 forks source link

Poor cmake installation support for windows. #3

Open acidtonic opened 3 years ago

acidtonic commented 3 years ago

Windows is all busted right now.

Builds the file inside the gen folder, the install target fails because it wants to find it in fmem/fmem.h.

I moved that. Now install fails trying to find fmem/fmem-export.h.

I think I'm just going to snag the files into my project with a sane build system. Just letting you know.

j90oboyle commented 3 years ago

this is happening to me as well on linux