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
- Host: GitHub
- URL: https://github.com/aedart/cmake-raylib-example
- Owner: aedart
- License: bsd-3-clause
- Created: 2024-12-16T12:11:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T13:28:33.000Z (over 1 year ago)
- Last Synced: 2024-12-16T13:29:06.463Z (over 1 year ago)
- Language: CMake
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.