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