From 807fa4588c731f3f5564b0d09bedec4d51f4c2cf Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 19 Jun 2017 21:49:32 -0700 Subject: [cunit] Install generated config header --- ports/cunit/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3