Squash SYCL DeviceContext and DeviceStream
[alexxy/gromacs.git] / src / gromacs / mdtypes / CMakeLists.txt
index ac7b8d191c23177e2d3b09d344af2139fefc5e33..a1446f88c836a42368c1cb92b12fabb768ff083c 100644 (file)
@@ -50,6 +50,11 @@ if(GMX_GPU)
     gmx_add_libgromacs_sources(
        state_propagator_data_gpu_impl_gpu.cpp
        )
+   if(GMX_GPU_SYCL)
+       _gmx_add_files_to_property(SYCL_SOURCES
+           state_propagator_data_gpu_impl_gpu.cpp
+           )
+   endif()
 else()
     gmx_add_libgromacs_sources(
       state_propagator_data_gpu_impl.cpp