Skip to content

Commit 8143c2a

Browse files
Add additional install locations for non-GNU
1 parent f40826f commit 8143c2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ else()
5555
set(CMAKE_INSTALL_LIBDIR lib)
5656
set(CMAKE_INSTALL_DOCDIR doc)
5757
set(CMAKE_INSTALL_INCLUDEDIR include)
58+
set(CMAKE_INSTALL_MANDIR man)
59+
set(CMAKE_INSTALL_BINDIR bin)
5860
endif()
5961

6062

0 commit comments

Comments
 (0)