Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgmb/stringfilegenerator
cmake module for including files as strings
https://github.com/cgmb/stringfilegenerator
Last synced: 27 days ago
JSON representation
cmake module for including files as strings
- Host: GitHub
- URL: https://github.com/cgmb/stringfilegenerator
- Owner: cgmb
- License: cc0-1.0
- Created: 2018-12-14T03:34:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T08:44:39.000Z (about 6 years ago)
- Last Synced: 2023-08-01T13:23:51.833Z (over 1 year ago)
- Language: CMake
- Size: 122 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StringFileGenerator
An example project for turning files into C++11 raw strings using CMake.
## Ubuntu Dependencies
sudo apt install cmake build-essential
## How to Build
cmake -H. -Bbuild # configure
cmake --build build # build
build/example # run (Linux)
build\Debug\example # run (Windows)