An open API service indexing awesome lists of open source software.

https://github.com/aedart/cmake-raylib-example

Example of how external dependencies can be managed using CMake
https://github.com/aedart/cmake-raylib-example

Last synced: 9 months ago
JSON representation

Example of how external dependencies can be managed using CMake

Awesome Lists containing this project

README

          

# CMake Raylib Example

Demo project that illustrates how external dependencies can be managed using [Cmake](https://cmake.org/).

## Build Directory

CMake's build directory _SHOULD_ be set to the `build` directory.

### CLion

If using [CLion](https://www.jetbrains.com/help/clion/installation-guide.html), then you can specify the build directory
in "Settings > Build, Execution, Deployment > CMake".

## Versioning

This package follows [Semantic Versioning 2.0.0](http://semver.org/)

## License

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package.