diff options
author | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-27 11:22:14 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-27 11:22:14 +0100 |
commit | 4bfc45d1bc97b3df8212e3fcf7f10cbb660a8259 (patch) | |
tree | 81d62a04883a6aa077a411a211328da832b14d52 /src/ipcpd/CMakeLists.txt | |
parent | f1c57bfaef45b20640aa171e5982f60e629b44b5 (diff) | |
parent | c5413eb544851530eb0436d3e04df54c603b7d12 (diff) | |
download | ouroboros-4bfc45d1bc97b3df8212e3fcf7f10cbb660a8259.tar.gz ouroboros-4bfc45d1bc97b3df8212e3fcf7f10cbb660a8259.zip |
Merged in dstaesse/ouroboros/be-pci (pull request #12)
PCI structure for IPCP
Diffstat (limited to 'src/ipcpd/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt index b16413cc..00ace9d5 100644 --- a/src/ipcpd/CMakeLists.txt +++ b/src/ipcpd/CMakeLists.txt @@ -7,6 +7,7 @@ include_directories(${CMAKE_BINARY_DIR}/include) set(SOURCE_FILES # Add source files here main.c + pci.c ) add_executable (ipcpd ${SOURCE_FILES}) |