You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
474 B

set(LLVM_OPTIONAL_SOURCES
mlir_test_cblas.cpp
mlir_test_cblas_interface.cpp
)
add_llvm_library(mlir_test_cblas SHARED mlir_test_cblas.cpp)
target_compile_definitions(mlir_test_cblas PRIVATE mlir_test_cblas_EXPORTS)
add_llvm_library(mlir_test_cblas_interface SHARED mlir_test_cblas_interface.cpp)
target_link_libraries(mlir_test_cblas_interface PRIVATE mlir_test_cblas)
target_compile_definitions(mlir_test_cblas_interface PRIVATE mlir_test_cblas_interface_EXPORTS)