diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:51:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:51:30 (GMT) |
commit | b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c (patch) | |
tree | 529de58cf144ca18cd41561ca4c3c1635f2330b4 /src/CMakeLists.txt | |
parent | 73ee20aeb7724483d3e95fbcd81ab1589f481572 (diff) | |
download | hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.zip hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.tar.gz hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.tar.bz2 |
[svn-r19136] Added new file to windows project files.
Added new file to src/CMakeLists.txt
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03ac803..c64d4f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -452,6 +452,7 @@ SET (common_SRCS ${HDF5_SRC_DIR}/H5FO.c ${HDF5_SRC_DIR}/H5HP.c ${HDF5_SRC_DIR}/H5I.c + ${HDF5_SRC_DIR}/H5Itest.c ${HDF5_SRC_DIR}/H5L.c ${HDF5_SRC_DIR}/H5Lexternal.c ${HDF5_SRC_DIR}/H5MM.c |