Files @ e55aa0234745
Branch filter:

Location: libtransport.git/spectrum/src/spectrum.cpp

Kevin Smith
CMake stuff to find libSwiften.

If you keep things in strange places, set CMAKE_PREFIX_PATH in the environment before running cmake.
#include "spectrum.h"
#include "transport/config.h"
#include "transport/transport.h"
#include "transport/usermanager.h"
#include "transport/logger.h"
#include "transport/sqlite3backend.h"
#include "transport/userregistration.h"

Spectrum::Spectrum(const std::string &config) {
	
}

Spectrum::~Spectrum() {
	
}