mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
7 lines
112 B
Text
7 lines
112 B
Text
|
set(SOURCES
|
||
|
main.cpp
|
||
|
)
|
||
|
|
||
|
add_executable(IPCCompiler ${SOURCES})
|
||
|
target_link_libraries(IPCCompiler LagomCore)
|