From 8661af9b723fa4ee968aaff5f81cce65aeac832b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 1 Jul 2020 19:43:17 +0200 Subject: Profiler: Rename from ProfileViewer :^) --- DevTools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DevTools/CMakeLists.txt') diff --git a/DevTools/CMakeLists.txt b/DevTools/CMakeLists.txt index 65d913a60f..2337588171 100644 --- a/DevTools/CMakeLists.txt +++ b/DevTools/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(HackStudio) add_subdirectory(Inspector) -add_subdirectory(ProfileViewer) +add_subdirectory(Profiler) add_subdirectory(VisualBuilder) -- cgit v1.2.3