1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/CMakeLists.txt
2021-01-12 12:18:55 +01:00

5 lines
161 B
CMake

compile_ipc(LanguageServer.ipc LanguageServerEndpoint.h)
compile_ipc(LanguageClient.ipc LanguageClientEndpoint.h)
add_subdirectory(Cpp)
add_subdirectory(Shell)