From 4efa74f91f1318e3ecc09934aa760e24b4ebabdf Mon Sep 17 00:00:00 2001 From: darknessxk Date: Mon, 3 May 2021 11:21:59 -0300 Subject: [PATCH] Changed project string from [[target]] to [target.%s] --- include/literals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/literals.h b/include/literals.h index accaf34..af2a56e 100644 --- a/include/literals.h +++ b/include/literals.h @@ -30,7 +30,7 @@ version = "0.1.0" # [options] -[[target]] +[target.%s] name = "%s" type = "%s" sources = ["src/*.cpp"]