From ed68730c4ddbc1bfe0305bd25a037a55ffad51f8 Mon Sep 17 00:00:00 2001 From: Kai Zhao Date: Fri, 26 Feb 2021 22:30:17 -0500 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f48357..5de5276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ add_subdirectory (test) file(GLOB header_files ${PROJECT_SOURCE_DIR}/include/*.hpp) install(FILES ${header_files} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/szauto) -install (TARGETS sz_autotuning EXPORT szauto +install (TARGETS sz_cpp EXPORT szauto LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )