diff options
| -rw-r--r-- | ports/cunit/CMakeLists.txt | 3 |
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() |
