diff options
Diffstat (limited to 'Userland/Services/InspectorServer/CMakeLists.txt')
-rw-r--r-- | Userland/Services/InspectorServer/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Services/InspectorServer/CMakeLists.txt b/Userland/Services/InspectorServer/CMakeLists.txt index 2459a6360b..4dad519d1c 100644 --- a/Userland/Services/InspectorServer/CMakeLists.txt +++ b/Userland/Services/InspectorServer/CMakeLists.txt @@ -11,6 +11,9 @@ set(SOURCES ConnectionFromClient.cpp main.cpp InspectableProcess.cpp +) + +set(GENERATED_SOURCES InspectorServerEndpoint.h InspectorClientEndpoint.h ) |