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