Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.63 KB

File metadata and controls

41 lines (33 loc) · 1.63 KB
title Build Dir contents
layout docs
permalink /docs/build_dir/

Contents

  • TOC {:toc}

The build directory is the directory that cmake is executed from, if executed from the command line.

schema_scanner

  • a tool that writes CMakeLists.txt for each schema specified in SC_BUILD_SCHEMAS
    • this became necessary once exp2cxx was modified to produce individual files for each type/entity in the schema, as CMake can't handle compile-time determination of file names
    • you shouldn't ever have to run this by hand

CMakeFiles

  • temporary files (i.e. .o files)

src

  • same as CMakeFiles

schemas/SCHEMA_NAME

  • generated source is written to files here

bin/

See executables

lib/

  • contains libraries, including libs created for schemas (prefixed with sdai)