ladybird/DevTools/CMakeLists.txt
Andreas Kling 2588b14d38 DevTools: Add a simple GML Playground application :^)
This app allows you to edit GML and see the results live. Pretty cool!
2020-12-26 19:04:46 +01:00

6 lines
149 B
CMake

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