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