We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d840f commit b7c86e8Copy full SHA for b7c86e8
1 file changed
tests/splines/CMakeLists.txt
@@ -189,7 +189,11 @@ foreach(BC "BC_PERIODIC" "BC_GREVILLE" "BC_HERMITE")
189
set(test_name
190
"Nd_evaluator_splines_tests_3d_BATCHED_DEGREE_${DEGREE}_${BSPLINES_TYPE}_${EVALUATOR}_${BC}"
191
)
192
- add_executable("${test_name}" ../main.cpp batched_nd_evaluator_3d_spline_builder.cpp)
+ add_executable(
193
+ "${test_name}"
194
+ ../main.cpp
195
+ batched_nd_evaluator_3d_spline_builder.cpp
196
+ )
197
target_compile_definitions(
198
"${test_name}"
199
PUBLIC -DDEGREE=${DEGREE} -D${BSPLINES_TYPE} -D${EVALUATOR} -D${BC}
0 commit comments