1 2 3 4 5 6 7 8 9
#include <gz/common/Console.hh> #include <gz/common/VideoEncoder.hh> int main() { gz::common::VideoEncoder v{}; gzwarn << "Hello vcpkg" << std::endl; return 0; }