Move the stub for X buffer ops into OpenCL
[alexxy/gromacs.git] / src / gromacs / nbnxm / CMakeLists.txt
index 8759c679bc9d5649ba85062896648f54a7e80968..70cce27c4416c454d9bb94f0a6c42fe59534f2ba 100644 (file)
@@ -76,7 +76,7 @@ endif()
 if(GMX_GPU_OPENCL)
     add_subdirectory(opencl)
     set(NBNXM_OPENCL_KERNELS ${NBNXM_OPENCL_KERNELS} PARENT_SCOPE)
-    gmx_add_libgromacs_sources(nbnxm_gpu_data_mgmt.cpp nbnxm_gpu_buffer_ops_stubs.cpp)
+    gmx_add_libgromacs_sources(nbnxm_gpu_data_mgmt.cpp nbnxm_gpu_buffer_ops.cpp)
 endif()
 
 if(GMX_GPU_SYCL)