mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
7 lines
98 B
CMake
7 lines
98 B
CMake
set(SOURCES
|
|
Database.cpp
|
|
)
|
|
|
|
serenity_lib(LibPCIDB pcidb)
|
|
target_link_libraries(LibPCIDB LibC)
|