Skip to content

Commit

Permalink
Install the image library as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored and prideout committed Dec 6, 2018
1 parent c205499 commit cfa4862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/image/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ endif()
add_library(image_headers INTERFACE)
target_include_directories(image_headers INTERFACE ${PUBLIC_HDR_DIR})

# ==================================================================================================
# Installation
# ==================================================================================================
install(TARGETS ${TARGET} ARCHIVE DESTINATION lib/${DIST_DIR})
install(DIRECTORY ${PUBLIC_HDR_DIR}/image DESTINATION include)

# ==================================================================================================
# Tests
# ==================================================================================================
Expand Down

0 comments on commit cfa4862

Please sign in to comment.