autovcpkg icon indicating copy to clipboard operation
autovcpkg copied to clipboard

Auto manage native dependencies using vcpkg and cmake

Results 1 autovcpkg issues
Sort by recently updated
recently updated
newest added

``` list(APPEND CMAKE_MODULE_PATH /path/to/AutoVcpkgCMakeFiles) include(AutoVcpkg) vcpkg_install(sdl2 opengl glew curl) # your dependencies ``` According to readme, the "/path/to/AutoVcpkgCMakeFile" can be non CMAKE_SOURCE_DIR. But in the cmake fle, the AutoVcpkgCMakeFiles must...