push to github
This commit is contained in:
10
ConWays/CMakeLists.txt
Normal file
10
ConWays/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
project(untitled)
|
||||
|
||||
find_package(MPI REQUIRED)
|
||||
|
||||
add_definitions(-DOMPI_SKIP_MPICXX)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
add_executable(main main.cpp test.h)
|
||||
target_link_libraries(main PRIVATE MPI::MPI_C)
|
||||
Reference in New Issue
Block a user