mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
7 lines
139 B
CMake
7 lines
139 B
CMake
set(SOURCES
|
|
IDLParser.cpp
|
|
Types.cpp
|
|
)
|
|
|
|
serenity_lib(LibIDL idl)
|
|
target_link_libraries(LibIDL PRIVATE LibCoreMinimal LibFileSystem)
|