diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-11 00:28:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-11 00:47:36 -0400 |
commit | c11ebe8974309a441ae49ae8116eccb17c61fa5f (patch) | |
tree | c4e539fd00d31db679efdf5eb4726be6fd8c8862 /include/CMakeLists.txt | |
parent | f04a13fd4b7c665dfecdeaef82e2ab628d6f402d (diff) | |
download | spmc-c11ebe8974309a441ae49ae8116eccb17c61fa5f.tar.gz |
Include protoypes for compat implementations
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index a7a1f72..68ca824 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -3,6 +3,7 @@ install( ${CMAKE_BINARY_DIR}/include/config.h archive.h checksum.h + compat.h conf.h environment.h find.h |