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
In https://github.com/Snaipe/fmem/blob/master/CMakeLists.txt
Shall be install(FILES ${PROJECT_BINARY_DIR}/gen/fmem.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
and not
install(FILES fmem.h ${PROJECT_BINARY_DIR}/gen/fmem-export.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
This issue is generalization of #3
The text was updated successfully, but these errors were encountered:
Fix fmem.h installation issue
bdce276
Snaipe#3 Snaipe#3
Merge pull request #4 from rafaelBauer/master
0a19b25
Added static linking flags for MSVC
Successfully merging a pull request may close this issue.
In https://github.com/Snaipe/fmem/blob/master/CMakeLists.txt
Shall be
install(FILES
${PROJECT_BINARY_DIR}/gen/fmem.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
and not
install(FILES
fmem.h
${PROJECT_BINARY_DIR}/gen/fmem-export.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
This issue is generalization of #3
The text was updated successfully, but these errors were encountered: