Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 947728
Collapse All | Expand All

(-)netgen-6.2.2406.orig/CMakeLists.txt (+3 lines)
Lines 435-440 Link Here
435
    find_package(JPEG REQUIRED)
435
    find_package(JPEG REQUIRED)
436
    add_definitions(-DJPEGLIB)
436
    add_definitions(-DJPEGLIB)
437
    include_directories(${JPEG_INCLUDE_DIR})
437
    include_directories(${JPEG_INCLUDE_DIR})
438
    if(USE_GUI)
439
      target_link_libraries(nggui INTERFACE ${JPEG_LIBRARIES})
440
    endif(USE_GUI)
438
endif (USE_JPEG)
441
endif (USE_JPEG)
439
442
440
#######################################################################
443
#######################################################################

Return to bug 947728