Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 353 Bytes

MAPPING EBV Module

Requirements

  • mapping-core

Building

cmake .
make

Options

  • Debug Build
    • -DCMAKE_BUILD_TYPE=Debug
  • Release Build
    • -DCMAKE_BUILD_TYPE=Release
  • Specify the mapping-core path
    • it tries to find it automatically, e.g. at the parent directory
    • -MAPPING_CORE_PATH=<path-to-mapping-core>