Skip to content

Commit

Permalink
Fix exported interface include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored and gdraheim committed Feb 29, 2024
1 parent bf539bd commit c73fb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zzip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ add_library(libzzip ${libzzip_SRCS} )
target_link_libraries(libzzip ZLIB::ZLIB )
target_include_directories (libzzip
PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}
PUBLIC $<INSTALL_INTERFACE:include/zzip>)
PUBLIC $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)

if(ZZIPFSEEKO)
add_library(libzzipfseeko ${libzzipfseeko_SRCS} )
Expand Down

0 comments on commit c73fb11

Please sign in to comment.