Move cpptoml.h to external directory

This commit is contained in:
Justin C. Miller
2019-10-06 00:46:30 -07:00
parent 17c2fe6e4e
commit ae651a4fcd
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% extends "exe.default.j2" %}
{% block variables %}
{{ super() }}
ccflags = $ccflags -I${srcroot}/external/cpptoml
{% endblock %}
# vim: ft=ninja et ts=4 sts=4 sw=4