Skip to content
New issue

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

feat: support installing and finding filament via find_package #8267

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aminya
Copy link

@aminya aminya commented Nov 10, 2024

This allows installing the targets of Filament and finding it later via find_package(filament CONFIG). This makes usage of Filament very easy from other CMake projects.

For this to work, I had to differentiate the public include paths during build vs being used when filament is installed.

This is cherry-picked from my PR for allowing filament to be built via vcpkg:
microsoft/vcpkg#41916

@pixelflinger pixelflinger added the internal Issue/PR does not affect clients label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants