Move catch.hpp to external directory

This commit is contained in:
Justin C. Miller
2019-10-06 00:01:27 -07:00
parent edcf633e84
commit f066ac3ffd
2 changed files with 5433 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
{% block variables %} {% block variables %}
{{ super() }} {{ super() }}
ccflags = $ccflags -ggdb ccflags = $ccflags -ggdb -I${srcroot}/external/catch
{% endblock %} {% endblock %}