mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:23:02 +08:00
[rapidjson] Mark as header-only library
This commit is contained in:
parent
0957ff5d49
commit
e42f413269
@ -1,5 +1,5 @@
|
||||
include(vcpkg_common_functions)
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/asio-asio-1-10-6/asio/)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/chriskohlhoff/asio/archive/asio-1-10-6.zip"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/rapidjson-879def80f2e466cdf4c86dc7e53ea2dd4cafaea0)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
|
Loading…
Reference in New Issue
Block a user