Skip to content

build(sysrap): find and link glm explicitly#233

Merged
plexoos merged 1 commit intomainfrom
fix-glm-dep
Mar 17, 2026
Merged

build(sysrap): find and link glm explicitly#233
plexoos merged 1 commit intomainfrom
fix-glm-dep

Conversation

@plexoos
Copy link
Member

@plexoos plexoos commented Mar 16, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 16, 2026 21:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates SysRap’s CMake configuration to explicitly declare and propagate a GLM dependency via CMake package discovery and an imported target, aligning the build with SysRap’s existing GLM header usage.

Changes:

  • Add find_package(glm REQUIRED) to SysRap’s CMake configuration.
  • Link SysRap against glm::glm so downstream targets can inherit GLM include usage through target linkage.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

find_package(plog REQUIRED)
find_package(GLEW REQUIRED)
find_package(glfw3 REQUIRED)
find_package(glm REQUIRED)
@plexoos plexoos requested a review from ggalgoczi March 16, 2026 21:51
@plexoos plexoos self-assigned this Mar 16, 2026
@plexoos plexoos merged commit bc8c997 into main Mar 17, 2026
7 checks passed
@plexoos plexoos deleted the fix-glm-dep branch March 17, 2026 15:39
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