mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 23:59:53 +00:00
8 lines
157 B
CMake
8 lines
157 B
CMake
set(SOURCES
|
|
ExposedTo.cpp
|
|
IDLParser.cpp
|
|
Types.cpp
|
|
)
|
|
|
|
ladybird_lib(LibIDL idl)
|
|
target_link_libraries(LibIDL PRIVATE LibCoreMinimal LibFileSystem)
|