mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 09:54:59 +00:00
6 lines
98 B
CMake
6 lines
98 B
CMake
set(SOURCES
|
|
Database.cpp
|
|
)
|
|
|
|
serenity_lib(LibPCIDB pcidb)
|
|
target_link_libraries(LibPCIDB LibC)
|