From 43abad5f75202db2f4d2a7a86571a3f789d00974 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Tue, 13 Sep 2022 19:13:16 +0300 Subject: Execute debug task after build in cmake module --- lua/tasks/module/cmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tasks/module/cmake.lua b/lua/tasks/module/cmake.lua index 4900aec..5aeca25 100644 --- a/lua/tasks/module/cmake.lua +++ b/lua/tasks/module/cmake.lua @@ -264,7 +264,7 @@ cmake.tasks = { build = build, build_all = build_all, run = { build, run }, - debug = debug, + debug = { build, debug }, clean = clean, open_build_dir = open_build_dir, } -- cgit v1.2.3