4 lines
103 B
CMake
4 lines
103 B
CMake
## mpitest
|
|
add_executable(mpitest main.cc)
|
|
target_link_libraries(mpitest astaroth_core astaroth_utils)
|