aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-19 21:49:32 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-19 21:49:32 -0700
commit807fa4588c731f3f5564b0d09bedec4d51f4c2cf (patch)
tree877621d0e4bb0b7ebd1f6e0d4b17c6a0091148d1
parentf22475aad9b5380a55375697c077146d0212e5b8 (diff)
downloadvcpkg-807fa4588c731f3f5564b0d09bedec4d51f4c2cf.tar.gz
vcpkg-807fa4588c731f3f5564b0d09bedec4d51f4c2cf.zip
[cunit] Install generated config header
-rw-r--r--ports/cunit/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/cunit/CMakeLists.txt b/ports/cunit/CMakeLists.txt
index 21d212751..b796355aa 100644
--- a/ports/cunit/CMakeLists.txt
+++ b/ports/cunit/CMakeLists.txt
@@ -57,4 +57,5 @@ install(
if(NOT DISABLE_INSTALL_HEADERS)
install(DIRECTORY "${HEADERS_DIR}/" DESTINATION include/cunit FILES_MATCHING PATTERN "*.h")
-endif() \ No newline at end of file
+ install(FILES "${PROJECT_BINARY_DIR}/CUnit.h" DESTINATION include/cunit)
+endif()