mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
01cd474930
Simple clone of LibPCIDB to support USB IDs instead of PCI ones. The format is basically identical, besides a few changes of the double tab fields.
6 lines
98 B
CMake
6 lines
98 B
CMake
set(SOURCES
|
|
Database.cpp
|
|
)
|
|
|
|
serenity_lib(LibUSBDB usbdb)
|
|
target_link_libraries(LibUSBDB LibC)
|