Add CMake configuration for Golaem Houdini integration - #1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds initial CMake build support for the Golaem Houdini plugin, including standalone build setup and a custom FBX SDK discovery module.
Changes:
- Introduces a top-level
CMakeLists.txtwith standalone and integrated build paths. - Adds
FindFbxSdk.cmakefor locating Autodesk FBX SDK or Houdini-provided FBX SDK dependencies. - Updates
.gitignoreto exclude local install output.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
CMakeLists.txt |
Defines build targets, dependencies, compile options, and install rules for the Houdini integration. |
cfg/cmake/FindFbxSdk.cmake |
Adds custom FBX SDK discovery and imported library setup. |
.gitignore |
Ignores generated /install*/ directories. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adsk-truscad
force-pushed
the
truscad/CROWDS-185/up_standaloneBuild
branch
from
May 18, 2026 08:47
f6e5171 to
fe1d8a2
Compare
adsk-truscad
force-pushed
the
truscad/CROWDS-185/up_standaloneBuild
branch
from
May 18, 2026 09:00
fe1d8a2 to
4952c53
Compare
- Introduced CMakeLists.txt for standalone build configuration. - Added FindFbxSdk.cmake to locate and configure FbxSdk package.
adsk-truscad
force-pushed
the
truscad/CROWDS-185/up_standaloneBuild
branch
from
May 18, 2026 09:19
4952c53 to
2ed6064
Compare
grandyann
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce CMake configuration files to support standalone builds and facilitate the integration of the FbxSdk package.