Skip to content

Commit b7c86e8

Browse files
committed
CMake format
1 parent a0d840f commit b7c86e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/splines/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,11 @@ foreach(BC "BC_PERIODIC" "BC_GREVILLE" "BC_HERMITE")
189189
set(test_name
190190
"Nd_evaluator_splines_tests_3d_BATCHED_DEGREE_${DEGREE}_${BSPLINES_TYPE}_${EVALUATOR}_${BC}"
191191
)
192-
add_executable("${test_name}" ../main.cpp batched_nd_evaluator_3d_spline_builder.cpp)
192+
add_executable(
193+
"${test_name}"
194+
../main.cpp
195+
batched_nd_evaluator_3d_spline_builder.cpp
196+
)
193197
target_compile_definitions(
194198
"${test_name}"
195199
PUBLIC -DDEGREE=${DEGREE} -D${BSPLINES_TYPE} -D${EVALUATOR} -D${BC}

0 commit comments

Comments
 (0)