Skip to content

Commit

Permalink
Fixed packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Jul 9, 2022
1 parent f325809 commit 40ac53d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ else(CLANG_TIDY)
message(STATUS "run-clang-tidy script not found - target clang-tidy not available")
endif(CLANG_TIDY)

include(GNUInstallDirs)

install(TARGETS clang-include-graph DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})

# Enable testing via CTest
enable_testing()
Expand Down

0 comments on commit 40ac53d

Please sign in to comment.