mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
Merge branch 'zlib_private_link_interface' into 'master'
cmake - private linking of zlib See merge request ngsolve/netgen!509
This commit is contained in:
commit
68a1a225b6
@ -248,7 +248,7 @@ target_include_directories(nglib PRIVATE ${ZLIB_INCLUDE_DIRS})
|
|||||||
if(USE_GUI)
|
if(USE_GUI)
|
||||||
target_include_directories(nggui PRIVATE ${ZLIB_INCLUDE_DIRS})
|
target_include_directories(nggui PRIVATE ${ZLIB_INCLUDE_DIRS})
|
||||||
endif(USE_GUI)
|
endif(USE_GUI)
|
||||||
target_link_libraries(nglib PUBLIC ${ZLIB_LIBRARIES})
|
target_link_libraries(nglib PRIVATE ${ZLIB_LIBRARIES})
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
Loading…
Reference in New Issue
Block a user