From fc56db82bf7b843021e9919847f8c23a148e79e0 Mon Sep 17 00:00:00 2001 From: oneechanhax Date: Tue, 24 Apr 2018 18:57:03 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d08be7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# cmake-embed +A cmake module to embed files into your project easily using, well... cmake! + +--TODO-- + +Usage: embed_file("res/picture.png") + +Its that easy, it will compile a bit eater to take the picture and spit out a header with its information, as well as its name. +Ex: res/picture.png -> res/picture.png.h