Skip to content

Commit

Permalink
Fix more issues with cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Mar 29, 2020
1 parent 0705810 commit fe68dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ endif()

add_library(z5 INTERFACE)

target_include_directories(z5 INTERFACE
$<BUILD_INTERFACE:${Z5_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include>)


###############################
# Set-up and install
Expand Down

0 comments on commit fe68dfb

Please sign in to comment.