Introduced a sample directory and moved all non-library-components from src to there

This commit is contained in:
jpekkila
2020-01-15 16:24:38 +02:00
parent a937546ffb
commit 23efcb413f
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
##############################################
## CMakeLists.txt for the MPI test ##
##############################################
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(mpitest main.cc)
target_link_libraries(mpitest astaroth_core)