ladybird/DevTools/IPCCompiler/CMakeLists.txt

6 lines
112 B
CMake

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