Skip to content

Commit

Permalink
amps: If oas3, move oas3_*.h header files to install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Nov 23, 2023
1 parent 9e3932f commit 0ce06f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pfsimulator/amps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ install(FILES common/amps_common.h
${PARFLOW_AMPS_LAYER}/amps.h
${PARFLOW_AMPS_LAYER}/amps_proto.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/parflow)
if(${PARFLOW_HAVE_OAS3})
install(FILES common/amps_common.h
${PARFLOW_AMPS_LAYER}/oas3_coupler.h
${PARFLOW_AMPS_LAYER}/oas3_external.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/parflow)
endif(${PARFLOW_HAVE_OAS3})

add_subdirectory (test/src)

0 comments on commit 0ce06f9

Please sign in to comment.