Skip to content

Commit

Permalink
Update k_aug source file list
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eslick committed Dec 1, 2020
1 parent 3c81d05 commit f59e7ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/k_aug_CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ set(SRC_FILES ${PROJECT_SOURCE_DIR}/src/k_aug/main_.c
${PROJECT_SOURCE_DIR}/src/k_aug/csr_driver.c
${PROJECT_SOURCE_DIR}/src/k_aug/dot_driver.c
${PROJECT_SOURCE_DIR}/src/k_aug/find_inequalities.c
${PROJECT_SOURCE_DIR}/src/k_aug/get_grad_f.c
${PROJECT_SOURCE_DIR}/src/k_aug/get_jac_asl_aug.c
${PROJECT_SOURCE_DIR}/src/k_aug/get_hess_asl_aug.c
${PROJECT_SOURCE_DIR}/src/k_aug/inertia_strategy.c
Expand All @@ -38,7 +39,8 @@ set(SRC_FILES ${PROJECT_SOURCE_DIR}/src/k_aug/main_.c
${PROJECT_SOURCE_DIR}/src/interfaces/hsl/mc19_driver.c
${PROJECT_SOURCE_DIR}/src/interfaces/hsl/ma57_driver.c
${PROJECT_SOURCE_DIR}/src/matrix/dsyev_driver.c
${PROJECT_SOURCE_DIR}/src/matrix/dpotri_driver.c)
${PROJECT_SOURCE_DIR}/src/matrix/dpotri_driver.c
)

add_executable(k_aug ${SRC_FILES})
add_executable(dot_sens src/k_aug/dot_driver/dot_driver.c)
Expand Down

0 comments on commit f59e7ff

Please sign in to comment.