diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 66fa57014d53eec4d05e5120dffd895c59a98890..cfea32b4612f51c22084495ed5e300e965cb47e9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -18,6 +18,7 @@ endif()
 if (NOT CUDA_ON_BACKEND STREQUAL "None")
 	set(CUDA_SOURCES Operators/Vector/vector_dist_operators_unit_tests.cu
 					 DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cu
+				 	 OdeIntegrators/tests/Odeintegrators_test_gpu.cu
 					 Operators/Vector/vector_dist_operators_apply_kernel_unit_tests.cu)
 endif()