Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)