mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 07:48:24 -05:00
6 lines
339 B
CMake
Executable File
6 lines
339 B
CMake
Executable File
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
|
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
|
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
|
)
|
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|