From 281ca4edaaa40d1cbffcde1e6f593133653397b8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 1 Jan 2018 07:57:29 +0100 Subject: Add todo --- src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index fc413d4..a4e493e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,6 +24,14 @@ using namespace std::chrono; // TODO: Remove install.sh when sibs supports installation of packages (so it can install itself) +// TODO: Move package tests, include_dirs and ignore_dirs under config in project.conf. +// Package object should only contain metadata for the package, which is used for finding dependencies +// and when building a list of installed packages / available packages. + +// TODO: Allow different platforms to have different dependencies. +// This can be done by specifying dependencies under [dependencies.platform] instead of [dependencies], +// for example for win32: [dependencies.win32] + #if OS_FAMILY == OS_FAMILY_POSIX #define ferr std::cerr #else -- cgit v1.2.3