From 631d36fd9821e48b3b3b53ac609e2e50b254d15b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 15 Jun 2021 15:16:32 +0200 Subject: Everywhere: Add component declarations This adds component declarations so that users can select to not build certain parts of the OS. --- Userland/DevTools/Profiler/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Userland/DevTools/Profiler') diff --git a/Userland/DevTools/Profiler/CMakeLists.txt b/Userland/DevTools/Profiler/CMakeLists.txt index 7d60095c25..3b17cc360d 100644 --- a/Userland/DevTools/Profiler/CMakeLists.txt +++ b/Userland/DevTools/Profiler/CMakeLists.txt @@ -1,3 +1,9 @@ +serenity_component( + Profiler + RECOMMENDED + TARGETS Profiler +) + set(SOURCES DisassemblyModel.cpp main.cpp -- cgit v1.2.3