mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
6 lines
112 B
CMake
6 lines
112 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(IPCCompiler ${SOURCES})
|
|
target_link_libraries(IPCCompiler LagomCore)
|