mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
8 lines
132 B
CMake
8 lines
132 B
CMake
set(SOURCES
|
|
IDLParser.cpp
|
|
Types.cpp
|
|
)
|
|
|
|
serenity_lib(LibIDL idl)
|
|
target_link_libraries(LibIDL PRIVATE LibCore LibFileSystem)
|