yuzu/externals/vcpkg/scripts/boost/post-source-stubs/json.cmake

6 lines
237 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile"
"import ../../config/checks/config"
"import ../config/checks/config"
)
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")