mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:25:08 +00:00

This implements bits and pieces to get the debugging functionality to build. No testing has been done to check whether it actually works because GCC doesn't currently work.
8 lines
198 B
CMake
8 lines
198 B
CMake
add_subdirectory(Inspector)
|
|
add_subdirectory(Playground)
|
|
add_subdirectory(Profiler)
|
|
add_subdirectory(HackStudio)
|
|
|
|
if("${SERENITY_ARCH}" STREQUAL "i686")
|
|
add_subdirectory(UserspaceEmulator)
|
|
endif()
|