Skip to content

Commit

Permalink
Merge pull request #223 from cavazquez/cmake
Browse files Browse the repository at this point in the history
Fix: cmake: manpage and lib
  • Loading branch information
Lartu committed Aug 13, 2023
2 parents 65ae234 + e7116f9 commit 99f7a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|Android")
endif ()

install(TARGETS ldpl)
install(FILES ldpl_lib/ldpl_lib.cpp TYPE LIB)
install(FILES ../man/ldpl.1 TYPE MAN)

0 comments on commit 99f7a88

Please sign in to comment.