mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
8 lines
139 B
CMake
8 lines
139 B
CMake
set(SOURCES
|
|
IDLParser.cpp
|
|
Types.cpp
|
|
)
|
|
|
|
serenity_lib(LibIDL idl)
|
|
target_link_libraries(LibIDL PRIVATE LibCoreMinimal LibFileSystem)
|