Adapt to CMake-based build system.

Specifically,

  - #include <config.h> where appropriate (all .cpp files)
  - Adjust include statements to account for sub-directory locations
    of .hpp files.
This commit is contained in:
Bård Skaflestad
2013-05-15 16:10:20 +02:00
parent d2f412e27a
commit e0c85a2fdb
18 changed files with 43 additions and 23 deletions

View File

@@ -1,10 +1,12 @@
#include <config.h>
#if HAVE_DYNAMIC_BOOST_TEST
#define BOOST_TEST_DYN_LINK
#endif
#define BOOST_TEST_MODULE SyntaxTest
#include "AutoDiff.hpp"
#include <opm/autodiff/AutoDiff.hpp>
#include <cmath>
#include <boost/test/unit_test.hpp>