mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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.
9 lines
198 B
CMake
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()
|