view extern/vera/src/get_vera_root_default.h @ 590:aec9e70d55ff

CMake: mark irccd as C++ only
author David Demelier <markand@malikania.fr>
date Tue, 05 Dec 2017 14:54:45 +0100
parents a7c0eb100760
children
line wrap: on
line source

//
// Copyright (C) 2014 Ben Key
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//

#ifndef GET_VERA_INSTALL_DIR_H_INCLUDED
#define GET_VERA_INSTALL_DIR_H_INCLUDED

#pragma once

#include <string>

std::string get_vera_install_dir(const char * argv0);
std::string get_vera_root_default(const char *argv0);

#endif // GET_VERA_INSTALL_DIR_H_INCLUDED