summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5ls/CMakeLists.txt')
-rw-r--r--tools/h5ls/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt
index 2cd11cd..5708a2d 100644
--- a/tools/h5ls/CMakeLists.txt
+++ b/tools/h5ls/CMakeLists.txt
@@ -18,6 +18,8 @@ SET (H5_DEP_EXECUTABLES
h5ls
)
+set_target_properties(h5ls PROPERTIES FOLDER tools)
+
##############################################################################
##############################################################################
### T E S T I N G ###