From f71886d54dddbf92c64f8c48978b7c4c60090194 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 23 Sep 2018 14:38:15 +0200 Subject: Build project with zig if project only contains zig files --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 0d29a75..12d3bc4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,6 +14,8 @@ using namespace std; using namespace sibs; using namespace std::chrono; +// TODO: Use XDG (XDG_CACHE_HOME) for cache directory + // TODO: Fail if multiple versions of the same dependency is used // as linking will fail because of multiple definitions of the same thing -- cgit v1.2.3