Skip to content
Snippets Groups Projects
Commit 02d5925e authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Add a couple of files to gitignore. Always include the header first.

Build Sophia before trying to link with it.
parent 5b4eb005
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,5 @@ macro(sophia_build)
)
message(STATUS "Use bundled Sophia: ${PROJECT_SOURCE_DIR}/third_party/sophia/")
set (sophia_lib "${PROJECT_BINARY_DIR}/third_party/sophia/libsophia.a")
add_dependencies(build_bundled_libs libsophia)
endmacro(sophia_build)
......@@ -26,12 +26,11 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include "sophia_engine.h"
#include "cfg.h"
#include "xrow.h"
#include "tuple.h"
#include "scoped_guard.h"
#include "engine.h"
#include "sophia_engine.h"
#include "txn.h"
#include "index.h"
#include "sophia_index.h"
......
......@@ -28,6 +28,7 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include "engine.h"
struct SophiaFactory: public EngineFactory {
SophiaFactory();
......
Subproject commit 2eb631891536c2e2df57639991bee86fde7488d9
Subproject commit 3f313230c8305859a8a14a45dace37415ee12479
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment