Skip to content

Commit

Permalink
include data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jul 31, 2024
1 parent be15f9f commit a49a5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ message(STATUS "Writing config.h...")
configure_file("${PROJECT_SOURCE_DIR}/wgrib2/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/config.h")
include_directories(${CMAKE_CURRENT_BINARY_DIR})

message(STATUS "Adding wgrib2, aux_probs subdirectories...")
message(STATUS "Adding wgrib2, aux_probs, and data subdirectories...")
include_directories(data)
add_subdirectory(wgrib2)
add_subdirectory(aux_progs)

Expand Down

0 comments on commit a49a5af

Please sign in to comment.