OpenTimer / Parser-Verilog

A Standalone Structural Verilog Parser
MIT License
79 stars 33 forks source link

For out of tree builds, the include directories need to reference the… #4

Open ngiambla opened 5 years ago

ngiambla commented 5 years ago

… newly generated .hh files in the 'build' (or whatever out of tree build) directory. CMakeLists.txt was updated to reflect this: include_directories(). Also, I added a .gitignore to prevent executables (i.e. example/ot_parser, example/sample_parser, unittest/regression) from being sucked into a commit.