# pwimp_use_gilpw.cmake -- # # CMake definitions for linking with Allied Vision Tech's pvAPI for cameras. # # Copyright (c) 2016 LIG/IIHM, University of Grenoble # # See the file "gil_LicenseTerms.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Created on Oct. 12th, 2016 (FB) Std_Header() if(NOT PWIMP_USE_GILPW_ONCE) set(PWIMP_USE_GILPW_ONCE 1) Indent_Include("${CUR_DIR}/pwimp_paths.cmake") endif(NOT PWIMP_USE_GILPW_ONCE) Indent_Include("${CUR_DIR}/pwimp_use_pvapi.cmake") Indent_Include("${CUR_DIR}/pwimp_use_osg.cmake") include_directories (${PWIMP_INC_DIR}) target_link_libraries (${TARGET_NAME} ${GILPW_LIB}) message(STATUS "${MSG_INDENT} Target ${TARGET_NAME} links with gil postwimp >${GILPW_LIB}<.")