mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00
[docs] update win build docs with cmake-gui+vs2019 (#280)
* Delete redundant Chinese comments * [docs] update win build docs with cmake-gui+vs2019 * [docs] update win build docs with cmake-gui+vs2019 * [examples] replace some cn comments with en * [cmake] update FastDeploy.cmake.in * [docs] update windows c++ sdk usage docs * [cmake] update FastDeploy.cmake.in * [docs] update windows sdk usage docs Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
10
cmake/FastDeployConfig.cmake
Normal file
10
cmake/FastDeployConfig.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file will define the following variables for find_package method:
|
||||
# - FastDeploy_LIBS : The list of libraries to link against.
|
||||
# - FastDeploy_INCLUDE_DIRS : The FastDeploy include directories.
|
||||
# - FastDeploy_Found : The status of FastDeploy
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/FastDeploy.cmake)
|
||||
# setup FastDeploy cmake variables
|
||||
set(FastDeploy_LIBS ${FASTDEPLOY_LIBS})
|
||||
set(FastDeploy_INCLUDE_DIRS ${FASTDEPLOY_INCS})
|
||||
set(FastDeploy_FOUND TRUE)
|
Reference in New Issue
Block a user