From 194a5708f3a42c6254cf99d8e03b5c8c60224feb Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Thu, 20 Sep 2018 06:37:59 +0200 Subject: Initial commit, works to create ninja file --- project.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 project.conf (limited to 'project.conf') diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..d5a3d2e --- /dev/null +++ b/project.conf @@ -0,0 +1,9 @@ +[package] +name = "libninja" +type = "static" +version = "0.1.0" +platforms = ["any"] +tests = "tests" + +[config] +expose_include_dirs = ["include"] -- cgit v1.2.3