Skip to content

Commit

Permalink
Fix headers installation
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Feb 16, 2015
1 parent 98966fa commit 5b81e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ endif(WITH_REDIS)
add_library(fibio ${HDRS} ${SRCS})
target_link_libraries(${FIBIO_DEPS})

INSTALL(FILES ${FIBER_HDR} DESTINATION include)
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/include/fibio DESTINATION include
FILES_MATCHING PATTERN "[a-z]*.hpp")
INSTALL (TARGETS fibio EXPORT fibio-targets DESTINATION lib/fibio)
INSTALL(EXPORT fibio-targets DESTINATION lib/fibio)
INSTALL(FILES fibio-config.cmake DESTINATION lib/fibio)

0 comments on commit 5b81e1a

Please sign in to comment.