Skip to content

install and export CMake targets and headers#288

Open
christianrauch wants to merge 5 commits intoxioTechnologies:mainfrom
christianrauch:cmake_export
Open

install and export CMake targets and headers#288
christianrauch wants to merge 5 commits intoxioTechnologies:mainfrom
christianrauch:cmake_export

Conversation

@christianrauch
Copy link

@christianrauch christianrauch commented Jan 6, 2026

This allows finding the library with:

find_package(Fusion REQUIRED)

and using its targets with:

target_link_libraries(my_project PUBLIC
  Fusion::Fusion
)

This automatically links the library and sets the include paths.

This includes #289.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant