# Scalar_Helmholtz - A linear solver the scalar helmholtz equation # Copyright (C) 2010-2026 Eric Bechet # # See the LICENSE file for contributions and license information. # Please report all bugs and problems to . # ## link scalar_helmholtz_test target add_executable(scalar_helmholtz_test main_scalar_helmholtz_test.cpp ) target_link_libraries(scalar_helmholtz_test ${LINK_LIBRARIES} scalar_helmholtz_shared) ADD_TEST(NAME scalar_helmholz_test1 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND scalar_helmholtz_test test1.dat)