Files @ 5768326d7b6e
Branch filter:

Location: libtransport.git/include/Swiften/TLS/TLSServerContext.cpp - annotation

Vitaly Takmazov
cmake: cleanup configuration

* rename CMake modules to follow CMAKE_MODULE_PATH matching rules
* fix git ignore rules to not ignore CMake modules
* add CMake module to find jsoncpp without pkg-config
* drop unused/outdated modules
/*
 * Copyright (c) 2010 Remko Tronçon
 * Licensed under the GNU General Public License v3.
 * See Documentation/Licenses/GPLv3.txt for more information.
 */

#include "Swiften/TLS/TLSServerContext.h"

namespace Swift {

TLSServerContext::~TLSServerContext() {
}

}