diff options
author | Quincey Koziol <koziol@koziol.gov> | 2020-06-28 03:14:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2020-06-28 03:14:52 (GMT) |
commit | c5258211e7ad24671ccd12889d3cbae3e2e5fe67 (patch) | |
tree | 0664610fe07e07c720418820618aeba2f5087b36 /test | |
parent | 71b601d0d3610d508a5dfa0d3a3ff54b71f5090a (diff) | |
download | hdf5-c5258211e7ad24671ccd12889d3cbae3e2e5fe67.zip hdf5-c5258211e7ad24671ccd12889d3cbae3e2e5fe67.tar.gz hdf5-c5258211e7ad24671ccd12889d3cbae3e2e5fe67.tar.bz2 |
Add new source files to CMake build
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e3bfeb3..009a071 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -295,6 +295,7 @@ set (H5_TESTS swmr thread_id # special link vol + timer ) macro (ADD_H5_EXE file) |