Some CMake Fixes.

pqueue.h was getting installed when it shouldn't.
pkgconfig files were not getting installed or generated.
This commit is contained in:
Aric Belsito
2017-09-08 13:43:38 -07:00
parent 8a2a079b6d
commit cbe57bef04
2 changed files with 18 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ if(ENABLE_LIBRESSL_INSTALL)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
PATTERN "CMakeLists.txt" EXCLUDE
PATTERN "compat" EXCLUDE
PATTERN "pqueue.h" EXCLUDE
PATTERN "Makefile*" EXCLUDE)
endif(ENABLE_LIBRESSL_INSTALL)