Kyoo/Kyoo.Transcoder/Kyoo.Transcoder.cpp
2019-09-03 16:36:15 +02:00

12 lines
204 B
C++

// 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;
}