CMake编译opencv各选项的含义

来源:互联网 发布:mac装windows iso 编辑:程序博客网 时间:2024/06/05 17:35

Table 1: Basic CMake options you will probably need



Table 2: Options which introduce features into the library. All of these can be eitherONorOFF. 



Table 3: Options passed by CMake to the compiler. 


Table 4: ‘Build’ options control exactly what gets created at compile time. All of these can be either ONorOFF. In most all cases the default is OFF 


Table 5: 'Install' options determine what compiled executables get placed in your binaries area. 

       Not listed in these tables are additional variables which can be set to indicate the locations of various libraries (e.g., libjasper, etc.) in such case as they are not in their default locations. For more information on these more obscure options, a visit to the online documentation at http://opencv.org is recommended.





0 0