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

expose vulkan_compile_shader with CMake install #382

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

kwsp
Copy link
Contributor

@kwsp kwsp commented Jul 28, 2024

#381

This would enable CMake users to use vulkan_compile_shader through the CMake install route. Important step for packaging Kompute for VCPKG, which I'm working on.

@kwsp
Copy link
Contributor Author

kwsp commented Jul 28, 2024

I tested this manually with a local install of this branch and a simple standalone CMake project (basically example/array_multiplication with the add_subdirectory/FetchContent stuff removed) and I was able to call vulkan_compile_shader from CMake after find_package(kompute CONFIG REQUIRED).

@kwsp kwsp mentioned this pull request Jul 29, 2024
@axsaucedo
Copy link
Member

Thank you - DCO check requires signed commit, see: https://github.com/KomputeProject/kompute/pull/382/checks?check_run_id=28023370279

@kwsp
Copy link
Contributor Author

kwsp commented Jul 30, 2024

done

@axsaucedo
Copy link
Member

Unfortunately still DCO not passing

Signed-off-by: tnie <tnie@tuta.io>
@kwsp
Copy link
Contributor Author

kwsp commented Jul 30, 2024

done

Copy link
Member

@axsaucedo axsaucedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@axsaucedo axsaucedo merged commit 5054745 into KomputeProject:master Jul 30, 2024
8 checks passed
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.

2 participants