Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Feb 27, 2021
1 parent adaee36 commit ed68730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit ed68730

Please sign in to comment.