summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPCIDB/CMakeLists.txt
blob: 2517aee6e6dd4c38514a3e8efd057056c1929dcc (plain)
1
2
3
4
5
set(SOURCES
    Database.cpp
)

serenity_lib(LibPCIDB pcidb)