mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Update for Boost libraries
This commit is contained in:
parent
dfa3ccdea9
commit
1727e0acf6
@ -1,7 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
project( PNP_DEMO )
|
project( PNP_DEMO )
|
||||||
|
|
||||||
find_package( Boost OpenCV REQUIRED )
|
find_package( Boost REQUIRED )
|
||||||
|
find_package( Boost REQUIRED )
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
$(PNP_DEMO_SOURCE_DIR)/include
|
$(PNP_DEMO_SOURCE_DIR)/include
|
||||||
|
Loading…
Reference in New Issue
Block a user