Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
175 B
C++

#include <gz/common/Console.hh>
#include <gz/common/VideoEncoder.hh>
int main()
{
gz::common::VideoEncoder v{};
gzwarn << "Hello vcpkg" << std::endl;
return 0;
}