coost
coost copied to clipboard
not work with vcpkg
error message
Could not find a package configuration file provided by "cocoyaxi" with any 1> [CMake] of the following names: 1> [CMake] 1> [CMake] cocoyaxiConfig.cmake 1> [CMake] cocoyaxi-config.cmake 1> [CMake]
CmakeLists.txt
`
find_package(cocoyaxi REQUIRED CONFIG)
target_link_libraries(cotest cocoyaxi::co) `
Cmake config has not been pushed to vcpkg yet, should be supported in the next release.
所以还在支持了没?