1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 21:35:07 +00:00
serenity/DevTools/HackStudio/LanguageServers/CMakeLists.txt
2020-10-04 23:12:28 +02:00

5 lines
161 B
CMake

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