https://github.com/antony-jr/crs
C Resource System is a simple resource system which can be easily integrated into your project using CMake. Its very lightweight and does not bother your project code base.
https://github.com/antony-jr/crs
c cmake-module easy-to-use lightweight resource-management resource-manager simple
Last synced: 12 months ago
JSON representation
C Resource System is a simple resource system which can be easily integrated into your project using CMake. Its very lightweight and does not bother your project code base.
- Host: GitHub
- URL: https://github.com/antony-jr/crs
- Owner: antony-jr
- License: bsd-3-clause
- Created: 2019-10-13T16:32:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T12:54:42.000Z (over 6 years ago)
- Last Synced: 2025-03-03T12:45:21.311Z (over 1 year ago)
- Topics: c, cmake-module, easy-to-use, lightweight, resource-management, resource-manager, simple
- Language: C
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C Resource System
A simple and powerful program to easily add resources for your C/C++ program. Can be easily integrated
into CMake 3.0+.
# License
BSD 3-Clause License
Antony Jr.