[WIP] CMake build system#35
Draft
Cloudwalk9 wants to merge 9 commits intomasterfrom
Draft
Conversation
This took way too long but I'm happy to be able to commit something that at least builds the engine. It's a mess but I gotta start somewhere. It is based on the build system of an old fork that I wrote for "fun". dpconfig.cmake is a special file you can drop into your project root and it'll control the build configuration. I might look into a better way of doing something like that. I also added cmake-variants.json for vscode users and updated the .gitignore appropriately.
…lative paths in INTERFACE sources
Contributor
|
@Cloudwalk9 What is left to do with this? I've just tried to test it and it seemed to work. |
Contributor
Author
A lot. This is very stale and lots of new features in CMake with stable distros catching up that I don't have to limit myself. This needs a whole rewrite. It's WIP for that reason mostly. Also, one of the strictest requirements is that it's able to cross-compile for Windows with minimal headache. |
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.
Closes #26