diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:35:24 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:35:24 -0700 |
| commit | 8780989f37349802412f28b04134d65e639784c4 (patch) | |
| tree | 2211fc7037e88d783b771df3973887807917a89c /ports/rxcpp | |
| parent | c02d8cebbf2ef741032b9b04b37cdc1ec4867a61 (diff) | |
| download | vcpkg-8780989f37349802412f28b04134d65e639784c4.tar.gz vcpkg-8780989f37349802412f28b04134d65e639784c4.zip | |
[rxcpp] Mark as header-only library
Diffstat (limited to 'ports/rxcpp')
| -rw-r--r-- | ports/rxcpp/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rxcpp/portfile.cmake b/ports/rxcpp/portfile.cmake index 15d0dc15c..65062c360 100644 --- a/ports/rxcpp/portfile.cmake +++ b/ports/rxcpp/portfile.cmake @@ -1,4 +1,4 @@ -include(${CMAKE_TRIPLET_FILE}) +#header-only library include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/RxCpp-2.3.0) vcpkg_download_distfile(ARCHIVE_FILE |
