1 Star 0 Fork 1

heavent/FreeRDP

forked from kingcrazy/FreeRDP 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
CMakeCPackOptions.cmake.in 345 Bytes
Copy Edit Raw Blame History
# This file is configured at cmake time, and loaded at cpack time.
# To pass variables to cpack from cmake, they must be configured in this file.
if("${CPACK_GENERATOR}" STREQUAL "PackageMaker")
if(CMAKE_PACKAGE_QTGUI)
set(CPACK_PACKAGE_DEFAULT_LOCATION "/Applications")
else()
set(CPACK_PACKAGE_DEFAULT_LOCATION "/usr")
endif()
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/heavent/FreeRDP.git
git@gitee.com:heavent/FreeRDP.git
heavent
FreeRDP
FreeRDP
master

Search