summaryrefslogtreecommitdiffstats
path: root/pcitool/CMakeLists.txt
blob: ad2cb4e678d291d6cdd7a9ec6cb7328d239ce7f5 (plain)
1
2
3
4
5
6
7
8
include_directories(
    ${CMAKE_SOURCE_DIR}
)

set(HEADERS ${HEADERS} sysinfo.h)

add_library(pcitool STATIC sysinfo.c)