Skip to content

Wrong install statement in CmakeLists.txt #4

@maxirmx

Description

@maxirmx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions