augustin64 e7f7e77acd
Some checks are pending
c++/cmake / build (macOS-latest) (push) Waiting to run
c++/cmake / build (ubuntu-latest) (push) Waiting to run
c++/cmake / build (windows-latest) (push) Waiting to run
Add Dirichlet problem
2025-03-12 12:14:26 +01:00

6 lines
222 B
CMake

add_executable(geomproc geomproc.cpp)
target_link_libraries(geomproc polyscope geometry-central)
add_executable(dirichletProblems dirichletProblems.cpp)
target_link_libraries(dirichletProblems polyscope geometry-central)