diff extern/vera/src/executable_path.h @ 548:a7c0eb100760

CMake: import vera++ 1.3.0, closes #729
author David Demelier <markand@malikania.fr>
date Wed, 22 Nov 2017 20:10:03 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extern/vera/src/executable_path.h	Wed Nov 22 20:10:03 2017 +0100
@@ -0,0 +1,18 @@
+//
+// 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 EXECUTABLE_PATH_H_INCLUDED
+#define EXECUTABLE_PATH_H_INCLUDED
+
+#pragma once
+
+#include <string>
+
+std::string executable_path(const char * argv0);
+std::string executable_path_fallback(const char * argv0);
+
+#endif // EXECUTABLE_PATH_H_INCLUDED