mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 06:34:13 -04:00
12 lines
204 B
C++
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;
|
|
} |