Skip to content

Add headers to CMakeLists.txt and add .h extension #246

@davidhunter22

Description

@davidhunter22

Currently the header files in include/ipr, for example include/ipr/lexer are not in the CMakeLists.txt file.
This means they do not appear in a generated Visual Studio project.
If you do add them, to the add_library CMake command, they will appear but because they have no extension they do not get any syntax highlighting.
I would suggest

  1. Add the headers to the CMakeLists.txt
  2. Add .h extensions to the files ( and fis up the relevant #include statements )
    Step 1 could be done without doing step 2.
    If you are OK with this I will submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions