Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 30adfc8)
  • Loading branch information
Eugenio Angriman authored and fabratu committed Feb 18, 2020
1 parent fc231c2 commit 6fd6117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -569,11 +569,13 @@ endif()
# Subdirectories
add_subdirectory(networkit/cpp)

# Install header files
# Install NetworKit header files
set(NETWORKIT_LIBRARIES networkit)
install(DIRECTORY include/networkit
DESTINATION ${NETWORKIT_INSTALL_INCLUDE_DIR}
FILES_MATCHING PATTERN "*.hpp")

# Install ttmath header files
install(DIRECTORY extlibs/ttmath/ttmath
DESTINATION ${NETWORKIT_INSTALL_INCLUDE_DIR}
FILES_MATCHING PATTERN "*.hpp")
Expand Down

0 comments on commit 6fd6117

Please sign in to comment.