Zend certified PHP/Magento developer

Where does vcpkg install packages on Windows 10

I have following the instructions for LZ4 installation using vcpkg.

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.sh
vcpkg integrate install
vcpkg install lz4

But I cannot find lz4.exe anywhere on the system. Tho I must admit Windows is not my primary OS. When I search for lz4.exe in Start Menu search box, it only provides web resources. Perhaps I am misunderstanding what vcpkg install lz4 does, but I thought it ran make in the background and compiled an executable.

I would appreciate any guidance on filling my knowledge gap.