Added amalgamate to help generate single header for indicators

This commit is contained in:
Pranav Srinivas Kumar
2020-05-13 15:39:20 -05:00
parent a1ad525065
commit 17e1f47fd4
18 changed files with 1437 additions and 706 deletions

View File

@@ -0,0 +1,8 @@
{
"project": "cgame competitive programming for codingame",
"target": "AllTrees.cpp",
"sources": [
"test/gametheory/TreesTest.cpp"
],
"include_paths": ["include"]
}