Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 8, 2024
1 parent 71465b4 commit bd4f3b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wgrib2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ endif()
if(USE_JASPER)
target_include_directories(obj_lib PUBLIC ${JASPER_INCLUDE_DIR})
target_link_libraries(obj_lib PUBLIC ${JASPER_LIBRARIES})
if(BUILD_LIB)
target_include_directories(wgrib2_lib PUBLIC ${JASPER_INCLUDE_DIR})
target_link_libraries(wgrib2_lib PUBLIC ${JASPER_LIBRARIES})
endif()
message(STATUS "JASPER_INCLUDE_DIR ${JASPER_INCLUDE_DIR} JASPER_LIBRARIES ${JASPER_LIBRARIES}")
endif()

Expand Down

0 comments on commit bd4f3b3

Please sign in to comment.