We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
this is happening to me as well on linux
Sorry, something went wrong.
Fix fmem.h installation issue
bdce276
Snaipe#3 Snaipe#3
Merge pull request #3 from qknight/add_BUILD_TESTING_option_with_OFF_…
ffc5e01
…default_and_target_include_directories Added CMake option for BUILD_TESTING which defaults to OFF
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: