diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-25 06:59:10 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-25 06:59:10 (GMT) |
commit | fa4ab23b9ec53375d13ca43daad741f25215be6f (patch) | |
tree | 6776365ba9adc479e02ff476ab86ba86f1bf6f63 /perform | |
parent | e54d15a26ca33a093730861b517604b9305faf67 (diff) | |
download | hdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.zip hdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.tar.gz hdf5-fa4ab23b9ec53375d13ca43daad741f25215be6f.tar.bz2 |
[svn-r21664] Added solution folders for most of the projects. This still needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others).
Tested on Windows.
Diffstat (limited to 'perform')
-rw-r--r-- | perform/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perform/CMakeLists.txt b/perform/CMakeLists.txt index 95ffd30..e9a3beb 100644 --- a/perform/CMakeLists.txt +++ b/perform/CMakeLists.txt @@ -183,3 +183,11 @@ IF (H5_HAVE_PARALLEL) ADD_TEST (NAME PERFORM_mpi-perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:mpi-perf>) ENDIF (NOT WIN32) ENDIF (H5_HAVE_PARALLEL) + +#-- Put the tests in a solution folder in Visual Studio +set_target_properties(h5perf_serial PROPERTIES FOLDER perform) +set_target_properties(chunk PROPERTIES FOLDER perform) +set_target_properties(iopipe PROPERTIES FOLDER perform) +set_target_properties(overhead PROPERTIES FOLDER perform) +set_target_properties(perf_meta PROPERTIES FOLDER perform) +set_target_properties(zip_perf PROPERTIES FOLDER perform) |