We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c9cbe commit 23cd78cCopy full SHA for 23cd78c
examples/CMakeLists.txt
@@ -17,9 +17,6 @@ target_link_libraries(selecting_datasets PRIVATE h5cpp::h5cpp)
17
add_executable(std_vector_io std_vector_io.cpp)
18
target_link_libraries(std_vector_io PRIVATE h5cpp::h5cpp)
19
20
-add_executable(complex_io complex_io.cpp)
21
-target_link_libraries(complex_io PRIVATE h5cpp::h5cpp)
22
-
23
add_executable(writing_image writing_image.cpp
24
rgbpixel.cpp)
25
target_link_libraries(writing_image PRIVATE h5cpp::h5cpp)
@@ -45,7 +42,6 @@ add_dependencies(examples
45
42
basic_files
46
43
selecting_datasets
47
44
std_vector_io
48
- complex_io
49
writing_image
50
append_scalar_data
51
append_vector_data
examples/complex_io.cpp
0 commit comments