Skip to content

Commit

Permalink
Add data_override/include to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Aug 22, 2023
1 parent 969920d commit bbf8b19
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 @@ -317,7 +317,8 @@ foreach(kind ${kinds})
field_manager/include
time_interp/include
tracer_manager/include
interpolator/include)
interpolator/include
data_override/include)

target_compile_definitions(${libTgt}_f PRIVATE "${fms_defs}")
target_compile_definitions(${libTgt}_f PRIVATE "${${kind}_defs}")
Expand Down

0 comments on commit bbf8b19

Please sign in to comment.