Skip to content

Commit

Permalink
Merge branch 'master-HPSCTerrSys' into tsmp-pdaf
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Nov 23, 2023
2 parents dbeda10 + 6707e80 commit 9e3932f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pfsimulator/amps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ string(REGEX REPLACE "([^;]+)" "${PARFLOW_AMPS_LAYER}/\\1" AMPS_SCRIPTS "${AMPS_
install(FILES ${AMPS_SCRIPTS} DESTINATION bin)

# Install headers
install(FILES ${HEADER_FILES}
install(FILES common/amps_common.h
${PARFLOW_AMPS_LAYER}/amps.h
${PARFLOW_AMPS_LAYER}/amps_proto.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/parflow)

add_subdirectory (test/src)
Expand Down

0 comments on commit 9e3932f

Please sign in to comment.