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

Add CMake file #57

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

Add CMake file #57

wants to merge 3 commits into from

Conversation

enetheru
Copy link

@enetheru enetheru commented Oct 23, 2024

Adding a cmake file to this template brings it inline with the updates to the godot-cpp repository.
This is ongoing work to raise the cmake solution to have feature parity.

This PR is not ready to be merged, I just wanted to get it started.

Related godot-cpp PR's

godotengine/godot-cpp#1595
godotengine/godot-cpp#1598

@enetheru
Copy link
Author

enetheru commented Nov 6, 2024

Since this this cmake solution tracks PR#1598 I have in the godot-cpp repo, until it is merged it requires the godot-cpp module be pointed to the right revision. Locally I've been using this to make that happen:

git submodule set-url -- godot-cpp https://github.com/enetheru/godot-cpp.git
git submodule set-branch -b modernise godot-cpp
git submodule sync
git submodule update --init --recursive --remote

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.

1 participant