summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
blob: f6002e73aefd1fba611158d6171c6c4af398f759 (plain)
1
2
add_executable(lapdog main.cpp options.cpp)
target_link_libraries(lapdog ${MPI_LIBRARIES} ${PETSC_LIBRARIES} ${SLEPC_LIBRARIES})