mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:55:08 +00:00
8 lines
199 B
CMake
8 lines
199 B
CMake
add_subdirectory(Inspector)
|
|
add_subdirectory(Playground)
|
|
add_subdirectory(Profiler)
|
|
|
|
if("${SERENITY_ARCH}" STREQUAL "i686")
|
|
add_subdirectory(HackStudio)
|
|
add_subdirectory(UserspaceEmulator)
|
|
endif()
|