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.
13 lines
289 B
13 lines
289 B
10 years ago
|
set(the_description "The Hardware Acceleration Layer (HAL) module")
|
||
|
|
||
|
set(OPENCV_MODULE_TYPE STATIC)
|
||
|
# set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
|
||
|
|
||
|
if(UNIX)
|
||
|
if(CMAKE_COMPILER_IS_GNUCXX OR CV_ICC)
|
||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
||
|
endif()
|
||
|
endif()
|
||
|
|
||
|
ocv_define_module(hal)
|