mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
150 B
CMake
9 lines
150 B
CMake
set(SOURCES
|
|
ExposedTo.cpp
|
|
IDLParser.cpp
|
|
Types.cpp
|
|
)
|
|
|
|
ladybird_lib(LibIDL idl)
|
|
target_link_libraries(LibIDL PRIVATE LibCore LibFileSystem)
|