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