mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
b81926d933
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()
|