Skip to content

Commit

Permalink
Merge branch 'sviluppo_3D'
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardolombardi committed Oct 29, 2014
2 parents ef608e6 + 9ce8116 commit 872b71d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,47 @@ SET(test0_src test0.cpp)
add_executable(test0 ${test0_src})

target_link_libraries(test0 mpi)
TARGET_LINK_LIBRARIES(test0 pablo)
TARGET_LINK_LIBRARIES(test0 PABLO)

#Build test1.cpp
SET(test1_src test1.cpp)

add_executable(test1 ${test1_src})

target_link_libraries(test1 mpi)
TARGET_LINK_LIBRARIES(test1 pablo)
TARGET_LINK_LIBRARIES(test1 PABLO)

#Build test2.cpp
SET(test2_src test2.cpp)

add_executable(test2 ${test2_src})

target_link_libraries(test2 mpi)
TARGET_LINK_LIBRARIES(test2 pablo)
TARGET_LINK_LIBRARIES(test2 PABLO)

#Build test3.cpp
SET(test3_src test3.cpp)

add_executable(test3 ${test3_src})

target_link_libraries(test3 mpi)
TARGET_LINK_LIBRARIES(test3 pablo)
TARGET_LINK_LIBRARIES(test3 PABLO)

#Build test4.cpp
SET(test4_src test4.cpp)

add_executable(test4 ${test4_src})

target_link_libraries(test4 mpi)
TARGET_LINK_LIBRARIES(test4 pablo)
TARGET_LINK_LIBRARIES(test4 PABLO)

#Build test5.cpp
SET(test5_src test5.cpp)

add_executable(test5 ${test5_src})

target_link_libraries(test5 mpi)
TARGET_LINK_LIBRARIES(test5 pablo)
TARGET_LINK_LIBRARIES(test5 PABLO)


#Build test12.cpp
Expand All @@ -58,52 +58,52 @@ SET(test12_src test12.cpp)
add_executable(test12 ${test12_src})

target_link_libraries(test12 mpi)
TARGET_LINK_LIBRARIES(test12 pablo)
TARGET_LINK_LIBRARIES(test12 PABLO)

#Build test13.cpp
SET(test13_src test13.cpp)

add_executable(test13 ${test13_src})

target_link_libraries(test13 mpi)
TARGET_LINK_LIBRARIES(test13 pablo)
TARGET_LINK_LIBRARIES(test13 PABLO)

#Build test14.cpp
SET(test14_src test14.cpp)

add_executable(test14 ${test14_src})

target_link_libraries(test14 mpi)
TARGET_LINK_LIBRARIES(test14 pablo)
TARGET_LINK_LIBRARIES(test14 PABLO)

#Build test15.cpp
SET(test15_src test15.cpp)

add_executable(test15 ${test15_src})

target_link_libraries(test15 mpi)
TARGET_LINK_LIBRARIES(test15 pablo)
TARGET_LINK_LIBRARIES(test15 PABLO)

#Build test16.cpp
SET(test16_src test16.cpp)

add_executable(test16 ${test16_src})

target_link_libraries(test16 mpi)
TARGET_LINK_LIBRARIES(test16 pablo)
TARGET_LINK_LIBRARIES(test16 PABLO)

#Build test104.cpp
SET(test104_src test104.cpp)

add_executable(test104 ${test104_src})

target_link_libraries(test104 mpi)
TARGET_LINK_LIBRARIES(test104 pablo)
TARGET_LINK_LIBRARIES(test104 PABLO)

#Build test116.cpp
SET(test116_src test116.cpp)

add_executable(test116 ${test116_src})

target_link_libraries(test116 mpi)
TARGET_LINK_LIBRARIES(test116 pablo)
TARGET_LINK_LIBRARIES(test116 PABLO)

0 comments on commit 872b71d

Please sign in to comment.