diff options
Diffstat (limited to 'pcitool/CMakeLists.txt')
-rw-r--r-- | pcitool/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcitool/CMakeLists.txt b/pcitool/CMakeLists.txt new file mode 100644 index 0000000..ad2cb4e --- /dev/null +++ b/pcitool/CMakeLists.txt @@ -0,0 +1,8 @@ +include_directories( + ${CMAKE_SOURCE_DIR} +) + +set(HEADERS ${HEADERS} sysinfo.h) + +add_library(pcitool STATIC sysinfo.c) + |