diff --git a/pfsimulator/amps/CMakeLists.txt b/pfsimulator/amps/CMakeLists.txt index 43ad9f22e..d29db3076 100644 --- a/pfsimulator/amps/CMakeLists.txt +++ b/pfsimulator/amps/CMakeLists.txt @@ -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)