Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Adds CMake support. #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

adishavit
Copy link

No description provided.

@kylemcdonald
Copy link
Owner

thanks so much! i'm happy to merge this if you can also add a (very short, couple sentence) explanation to the readme about how to use cmake to build the project.

@adishavit
Copy link
Author

adishavit commented Aug 22, 2017

CMake is a build generator. Using it depends on the platform you are targeting.
When there's a CMakeLists.txt file, you run CMake on it with the target build system and it generates the makefiles, MSVC solutions or whatever build system you need.
It is relatively easy to use, but since it is a "meta"-tool the actual usage depends on your target platform and target build system. I don't really know what to write...
Having this file is usually enough to indicate CMake support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants