// Kyoo.Transcoder.cpp : Defines the entry point for the application. // #include "Kyoo.Transcoder.h" using namespace std; int main() { cout << "Hello CMake, init: " << Init() << endl; return 0; }