mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:05:07 +00:00

SQL Studio is a graphical SQL manager program that allows the user to create and edit SQL scripts.
9 lines
226 B
CMake
9 lines
226 B
CMake
add_subdirectory(Inspector)
|
|
add_subdirectory(Playground)
|
|
add_subdirectory(Profiler)
|
|
add_subdirectory(HackStudio)
|
|
add_subdirectory(SQLStudio)
|
|
|
|
if("${SERENITY_ARCH}" STREQUAL "i686")
|
|
add_subdirectory(UserspaceEmulator)
|
|
endif()
|