diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-03 14:42:22 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-03 14:42:22 +0100 |
commit | 13e438d5bc2350cf3d71a77f6d3c5a54ba436161 (patch) | |
tree | f104465216f4f86c29a09c205381464e5946e9b1 /include | |
parent | e2616e184f023da7ce535efb5a676715283c092c (diff) | |
download | ouroboros-13e438d5bc2350cf3d71a77f6d3c5a54ba436161.tar.gz ouroboros-13e438d5bc2350cf3d71a77f6d3c5a54ba436161.zip |
lib: Install cacep.h on install
cacep.h was not installed on install, but other applications may want
to use it as well.
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/CMakeLists.txt b/include/ouroboros/CMakeLists.txt index d1a3166c..a8589da1 100644 --- a/include/ouroboros/CMakeLists.txt +++ b/include/ouroboros/CMakeLists.txt @@ -3,6 +3,7 @@ configure_file( "${CMAKE_CURRENT_BINARY_DIR}/config.h") set(HEADER_FILES + cacep.h cdap.h dev.h endian.h |