mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
This commit is contained in:
parent
094f14ef38
commit
e852c8deb8
@ -4,7 +4,7 @@ project (HDF5_TOOLS_LIBTEST C)
|
||||
#-----------------------------------------------------------------------------
|
||||
# Add the h5tools_utils test executables
|
||||
#-----------------------------------------------------------------------------
|
||||
add_executable (h5tools_utils ${HDF5_TOOLS_LIBTEST_SOURCE_DIR}/h5tools_utils.c)
|
||||
add_executable (h5tools_test_utils ${HDF5_TOOLS_LIBTEST_SOURCE_DIR}/h5tools_test_utils.c)
|
||||
target_include_directories(h5tools_utils PRIVATE "${HDF5_TOOLS_DIR}/lib;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
|
||||
TARGET_C_PROPERTIES (h5tools_utils STATIC)
|
||||
target_link_libraries (h5tools_utils PRIVATE ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET})
|
||||
|
Loading…
x
Reference in New Issue
Block a user