I downloaded the latest OpenCV source code (GitHub - opencv/opencv: Open Source Computer Vision Library), configured it with CMake, and built it using VS2022. I aim to obtain the same file structure as found in the official installation package opencv-4.10.0-windows.exe after extraction, specifically under opencv\build\x64\vc16. However, I can never fully match the contents. After extraction, the contents of opencv\build\x64\vc16 are as follows:
├─bin
│ opencv_annotation.exe
│ opencv_interactive-calibration.exe
│ opencv_model_diagnostics.exe
│ opencv_version.exe
│ opencv_version_win32.exe
│ opencv_videoio_ffmpeg4100_64.dll
│ opencv_videoio_msmf4100_64.dll
│ opencv_videoio_msmf4100_64d.dll
│ opencv_visualisation.exe
│ opencv_world4100.dll
│ opencv_world4100.pdb
│ opencv_world4100d.dll
│ opencv_world4100d.pdb
│
└─lib
OpenCVConfig-version.cmake
OpenCVConfig.cmake
OpenCVModules-debug.cmake
OpenCVModules-release.cmake
OpenCVModules.cmake
opencv_world4100.dll
opencv_world4100.lib
opencv_world4100.pdb
opencv_world4100d.lib