From bdce2760f0190253600f11984220fc0a007742c8 Mon Sep 17 00:00:00 2001 From: Maxim Samsonov Date: Sun, 18 Jul 2021 12:33:47 +0300 Subject: [PATCH] Fix fmem.h installation issue https://github.com/Snaipe/fmem/issues/3 https://github.com/Snaipe/fmem/issues/3 --- CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e4fc3e..a422b05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,10 +115,9 @@ install(TARGETS fmem ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(FILES - fmem.h - ${PROJECT_BINARY_DIR}/gen/fmem-export.h - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) - + ${PROJECT_BINARY_DIR}/gen/fmem.h + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + include (CTest) if (BUILD_TESTING)