summaryrefslogtreecommitdiffstats
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);
}
class='insertions'>+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1