Skip to content

Commit

Permalink
CMakeLists.txt: install library target (litespeedtech#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta authored May 26, 2023
1 parent 19863c2 commit 79c1369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ endif()
if(LSQPACK_BIN)
add_subdirectory(bin)
endif()

install(TARGETS ls-qpack)
install(FILES lsqpack.h lsxpack_header.h DESTINATION include)
if(MSVC)
install(DIRECTORY wincompat/sys DESTINATION include)
endif()

0 comments on commit 79c1369

Please sign in to comment.