Add library path to find pylon.
This commit is contained in:
parent
02dd4126ac
commit
1beddc703c
@ -29,7 +29,9 @@ find_path (PYLON_INCLUDE_DIR pylonc/PylonC.h
|
|||||||
find_library (_PylonCLib NAMES PylonC_MD_VC120 pylonc
|
find_library (_PylonCLib NAMES PylonC_MD_VC120 pylonc
|
||||||
PATHS
|
PATHS
|
||||||
"${PYLON_DIR}/Development/lib/x64"
|
"${PYLON_DIR}/Development/lib/x64"
|
||||||
"${PYLON_DIR}/lib64")
|
"${PYLON_DIR}/lib64"
|
||||||
|
"${PYLON_DIR}/lib"
|
||||||
|
)
|
||||||
|
|
||||||
set (PYLON_LIBRARIES ${_PylonCLib})
|
set (PYLON_LIBRARIES ${_PylonCLib})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user