]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/gil/test/extension/numeric/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / test / extension / numeric / CMakeLists.txt
index ad7c3b3286e63237a9035f30b8b9d472b13baf8f..4702c52c878500898230826c798392a7f31b6d9b 100644 (file)
@@ -10,15 +10,17 @@ message(STATUS "Boost.GIL: Configuring tests in test/extension/numeric")
 
 foreach(_name
   channel_numeric_operations
+  convolve
+  convolve_2d
   convolve_cols
   convolve_rows
-  convolve
+  extend_boundary
   kernel
+  kernel_fixed
   matrix3x2
-  numeric
   pixel_numeric_operations
-  convolve_2d
-  extend_boundary)
+  pixel_numeric_operations_float
+  resample)
   set(_test t_ext_numeric_${_name})
   set(_target test_ext_numeric_${_name})