Skip to content

Commit

Permalink
copying job scripts to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Feb 6, 2020
1 parent e2545d7 commit 77263d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ add_executable(serial main.cpp serial.cpp common.h)

add_executable(openmp main.cpp openmp.cpp common.h)
target_link_libraries(openmp PRIVATE OpenMP::OpenMP_CXX)

# Copy the job scripts
configure_file(job-serial job-serial COPYONLY)
configure_file(job-openmp job-openmp COPYONLY)

0 comments on commit 77263d0

Please sign in to comment.