mirror of
https://github.com/opencv/opencv.git
synced 2025-01-10 22:28:13 +08:00
2f1ca1b6b3
* added CMake toolchain file * added WITH_NVCUVID flag
11 lines
263 B
CMake
11 lines
263 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
SET(CMAKE_SYSTEM_VERSION 1)
|
|
|
|
set(CMAKE_C_COMPILER /usr/bin/arm-linux-gnueabi-gcc-4.5)
|
|
set(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabi-g++-4.5)
|
|
|
|
SET(CMAKE_FIND_ROOT_PATH /usr/arm-linux-gnueabi)
|
|
|
|
set(CARMA 1)
|
|
add_definitions(-DCARMA)
|