mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
7 lines
98 B
CMake
7 lines
98 B
CMake
set(SOURCES
|
|
Database.cpp
|
|
)
|
|
|
|
serenity_lib(LibPCIDB pcidb)
|
|
target_link_libraries(LibPCIDB LibC)
|