ladybird/Userland/DevTools/CMakeLists.txt
Gunnar Beutner b81926d933 HackStudio: Enable building HackStudio on x86_64
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.
2021-08-02 00:57:06 +02:00

9 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()