summaryrefslogtreecommitdiff
path: root/DevTools/IPCCompiler/CMakeLists.txt
blob: 6969cef777d38c36856194cc13eef8ff4cf32a6a (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

add_executable(IPCCompiler ${SOURCES})
target_link_libraries(IPCCompiler LagomCore)