Skip to content

Commit

Permalink
Fix install dir for cmake files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahratzah committed Mar 18, 2018
1 parent 1f87e09 commit fa7ecfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ target_include_directories(monsoon_cache INTERFACE

install(FILES ${headers} DESTINATION "include/monsoon/cache")
install(TARGETS monsoon_cache EXPORT monsoon_cache DESTINATION "lib")
install(EXPORT monsoon_cache DESTINATION "lib/cmake/monsoon-cache")
install(EXPORT monsoon_cache DESTINATION "lib/cmake/monsoon_cache")

configure_file(monsoon_cache-config-version.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/monsoon_cache-config-version.cmake @ONLY)
install(FILES monsoon_cache-config.cmake ${CMAKE_CURRENT_BINARY_DIR}/monsoon_cache-config-version.cmake DESTINATION "lib/cmake/monsoon-cache")
install(FILES monsoon_cache-config.cmake ${CMAKE_CURRENT_BINARY_DIR}/monsoon_cache-config-version.cmake DESTINATION "lib/cmake/monsoon_cache")

add_subdirectory(test)

Expand Down

0 comments on commit fa7ecfb

Please sign in to comment.