|
|
|
@ -7,7 +7,7 @@ function(op_library TARGET)
|
|
|
|
|
set(OP_LIBRARY ${TARGET} ${OP_LIBRARY} PARENT_SCOPE)
|
|
|
|
|
set(cc_srcs)
|
|
|
|
|
set(cu_srcs)
|
|
|
|
|
set(op_common_deps operator op_registry)
|
|
|
|
|
set(op_common_deps operator op_registry math_function)
|
|
|
|
|
set(options "")
|
|
|
|
|
set(oneValueArgs "")
|
|
|
|
|
set(multiValueArgs SRCS DEPS)
|
|
|
|
|