mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
cc4bb59a7e
Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
9 lines
229 B
CMake
9 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()
|