ladybird/Userland/DevTools/CMakeLists.txt
Linus Groh cc4bb59a7e Playground: Rename the application to GMLPlayground
Just "Playground" is too generic and doesn't match the general rule of
"application name equals display name minus spaces".
2022-06-28 21:10:10 +01:00

10 lines
229 B
CMake

add_subdirectory(GMLPlayground)
add_subdirectory(Inspector)
add_subdirectory(Profiler)
add_subdirectory(HackStudio)
add_subdirectory(SQLStudio)
if("${SERENITY_ARCH}" STREQUAL "i686")
add_subdirectory(UserspaceEmulator)
endif()