10 lines
175 B
C++
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;
|
|
}
|