xref: /phasta/checkphasta/CMakeLists.txt (revision 1c0c9e76a2a57e9a38ed6f67e8365b6f3d5d3274)
1add_executable(checkphasta checkphasta.cpp)
2include_directories(${MPI_INCLUDE_PATH})
3target_link_libraries(checkphasta common phastaIO ${MPI_LIBRARIES})
4