changed: move moduleVersion to a separate object library

this to minimize re-linking due to compile timestamp support
This commit is contained in:
Arne Morten Kvarving
2020-06-08 10:06:39 +02:00
parent 04f6c24022
commit 5d423e2300
3 changed files with 27 additions and 16 deletions

View File

@@ -18,6 +18,7 @@
*/
#include <opm/simulators/utils/moduleVersion.hpp>
#include "project-timestamp.h"
#include "project-version.h"
namespace Opm