aboutsummaryrefslogtreecommitdiff
path: root/contrib/cmake/src/main.cpp
blob: a563249997fbf08ab023169ba385fc3614a4410f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <fstream>
#include <libconfig.h++>

using namespace std;
using namespace libconfig;

int main ( int argc, char **argv )
{
    Config cfg;
    
    return (0);
}