mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-24 11:10:50 +05:00
Merge 3d82bf88360b9d032671a72a31cd9c351bf674f8 into e266059109d5f75ddc6f1228bc7d922bf0fecdb4
This commit is contained in:
commit
67932056f3
@ -432,6 +432,9 @@ if (USE_JPEG)
|
|||||||
find_package(JPEG REQUIRED)
|
find_package(JPEG REQUIRED)
|
||||||
add_definitions(-DJPEGLIB)
|
add_definitions(-DJPEGLIB)
|
||||||
include_directories(${JPEG_INCLUDE_DIR})
|
include_directories(${JPEG_INCLUDE_DIR})
|
||||||
|
if(USE_GUI)
|
||||||
|
target_link_libraries(nggui INTERFACE ${JPEG_LIBRARIES})
|
||||||
|
endif(USE_GUI)
|
||||||
endif (USE_JPEG)
|
endif (USE_JPEG)
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user