Skip to content

Add minimal CMake setup#26

Open
theblackunknown wants to merge 1 commit into
mainfrom
cmake-setup
Open

Add minimal CMake setup#26
theblackunknown wants to merge 1 commit into
mainfrom
cmake-setup

Conversation

@theblackunknown

Copy link
Copy Markdown
Member

Description

This pull request introduces a minimal CMake-based build system for the openpbr-bsdf project.
It exposes one CMake target for the OpenPBR header sources, and another to build and run the minimal example.
As a convenience for clients that prefer it, we also generate installation rules to install headers and a CMake Config package.

Motivation and Context

We want openpbr-bsdf to be easily consume by other projects, and providing a CMake build system is one step in this direction as its use is pervasive in the ecosystem.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@theblackunknown theblackunknown self-assigned this May 20, 2026
@theblackunknown theblackunknown added the enhancement New feature or request label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant