summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/CMakeLists.txt
diff options
context:
space:
mode:
authorMarco Cutecchia <marco.cutecchia@outlook.it>2022-03-18 23:17:22 +0100
committerAndreas Kling <kling@serenityos.org>2022-04-15 00:15:04 +0200
commit9096da19f115bfd7e3a187fcd0611e89e062a5db (patch)
treea05a99eefa8922a4ff339fe2832221f35521b143 /Userland/DevTools/HackStudio/CMakeLists.txt
parent3e6c083754494e3eada05eb68e25bb5244c1155d (diff)
downloadserenity-9096da19f115bfd7e3a187fcd0611e89e062a5db.zip
HackStudio: Allow customizing the actions of the Build & Run buttons
This commit introduces per-project settings that can be customized through a JSON file placed in '.hackstudio/config.json' in the project's root
Diffstat (limited to 'Userland/DevTools/HackStudio/CMakeLists.txt')
-rw-r--r--Userland/DevTools/HackStudio/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/DevTools/HackStudio/CMakeLists.txt b/Userland/DevTools/HackStudio/CMakeLists.txt
index 610b25ef35..ffdfca0a48 100644
--- a/Userland/DevTools/HackStudio/CMakeLists.txt
+++ b/Userland/DevTools/HackStudio/CMakeLists.txt
@@ -44,6 +44,7 @@ set(SOURCES
Locator.cpp
Project.cpp
ProjectBuilder.cpp
+ ProjectConfig.cpp
ProjectDeclarations.cpp
ProjectFile.cpp
ProjectTemplate.cpp