1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 17:55:09 +00:00
serenity/Userland/DevTools/IPCCompiler/CMakeLists.txt
2021-01-12 12:18:55 +01:00

6 lines
112 B
CMake

set(SOURCES
main.cpp
)
add_executable(IPCCompiler ${SOURCES})
target_link_libraries(IPCCompiler LagomCore)