From 23117906c571714b0b55caf35cf9f876d1f9fa2e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 21 Mar 2018 14:56:51 +0100 Subject: Add sub projects (should be used with git submodules) Fix issue where static lib dependencies are not built correctly because their dynamic lib dependencies are not propagated to dependant project --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index dc20432..e91a145 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "target": "./sibs-build/debug/sibs", "cwd": "${workspaceRoot}", - "arguments": "build /home/dec05eba/git/gen-sfml-ui" + "arguments": "build /home/dec05eba/git/sfml-ui-flat/depends/gen-sfml-ui" } ] } \ No newline at end of file -- cgit v1.2.3