diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b77da8e..bc07138 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -98,6 +98,7 @@ foreach(INSTALL_PATH ${COMBINED_INSTALL_DIRS}) # Installation path is a GEOS-Chem run directory, # Therefore we will install the executable there. install(TARGETS ${EXE_FILE_NAME} RUNTIME DESTINATION ${INSTALL_PATH}) + install(TARGETS ${KPPSA_FILE_NAME} RUNTIME DESTINATION ${INSTALL_PATH}) endif() endforeach()