fixed build for CARMA:
* added CMake toolchain file * added WITH_NVCUVID flag
This commit is contained in:
10
modules/gpu/misc/carma.toolchain.cmake
Normal file
10
modules/gpu/misc/carma.toolchain.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
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)
|
Reference in New Issue
Block a user