mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 19:05:06 +00:00

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)
|