mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
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.
8 lines
324 B
8 lines
324 B
set(CMAKE_SYSTEM_NAME Linux) |
|
set(CMAKE_SYSTEM_PROCESSOR riscv64) |
|
|
|
set(CMAKE_CXX_COMPILER riscv64-unknown-linux-gnu-g++) |
|
set(CMAKE_C_COMPILER riscv64-unknown-linux-gnu-gcc) |
|
|
|
set(CMAKE_CXX_FLAGS_INIT "-march=rv64gcv -mabi=lp64d -D__riscv_vector_071") |
|
set(CMAKE_C_FLAGS_INIT "-march=rv64gcv -mabi=lp64d -D__riscv_vector_071")
|
|
|