Skip to content

Headers files are installed into <prefix>/include/include #98

Description

@roxlu

The include files are installed into <prefix>/include/include. This should probably be something like <prefix>/include/skribidi which can be fixed by changing this:

	install(
		DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include"
		DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
	)

Into:

	install(
		DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
		DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/skribidi
	)

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