stepcode/cmake/schema_scanner
2015-07-26 20:49:04 -04:00
..
CMakeLists.txt whitespace and case changes on .cmake files 2014-03-01 11:53:30 -05:00
README add schema scanner README 2014-02-28 22:02:05 -05:00
schemaScanner.cc Install schema headers in locations that match the build tree hierarchy, so include directives will work both with in-build-tree and installed stepcode layouts. 2014-07-31 21:26:57 -04:00
schemaScanner.cmake fix warning, improve cmake messages 2015-07-26 20:49:04 -04:00

README for STEPcode schema scanner
--------------

The files in this directory are for a schema scanner executable, built by CMake during the configuration stage.

This scanner is used to determine the file names that exp2cxx will use. In CMake, all file names must be known before
configuration finishes - so it is necessary to parse the schemas early.

This appears to be a standalone project to CMake, but it is intended to be built only as part of STEPcode. It is configured,
built, and executed during the configuration stage of STEPcode.