ladybird/DevTools/CMakeLists.txt
Andreas Kling 0245e0f03a DevTools: Remove VisualBuilder and FormCompiler
This functionality is being moved to HackStudio so let's not confuse
people by keeping the old stuff around.
2020-10-01 21:07:12 +02:00

5 lines
120 B
CMake

add_subdirectory(HackStudio)
add_subdirectory(Inspector)
add_subdirectory(Profiler)
add_subdirectory(UserspaceEmulator)