Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SpaceCreator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTE
  • SpaceCreator
  • Issues
  • #20
Closed
Open
Created Mar 18, 2021 by Maxime Perrotin@maxime-esaOwner

Build the antlr runtime during our own build instead of providing prebuilt binaries in the src tree

This means getting rid of the bat and sh files to create this, and do it directly in cmake.

The current msclibrary/CMakeLists.txt has this list of files created by ANTLR:

set(ANTLR_SRC parser/MscBaseVisitor.h parser/MscLexer.h parser/MscParser.h parser/MscVisitor.h parser/MscBaseVisitor.cpp parser/MscLexer.cpp parser/MscParser.cpp parser/MscVisitor.cpp )

These should be placed in the build directory, not in the source directory.

And the files should be removed from the .gitignore.

Assignee
Assign to
Time tracking