ltcmelo / psychec

A compiler frontend for the C programming language
BSD 3-Clause "New" or "Revised" License
535 stars 39 forks source link

Have problems in using API #124

Open Z769018860 opened 1 year ago

Z769018860 commented 1 year ago

Hello, I am very interested in your project and want to continue to do the generation and analysis of CFG based on your project. But after reading your readme documentation several times, I'm still not sure how I'm going to invoke your API in my own project. For example, which library files should I include in my project, what.h files should I include, etc.

ltcmelo commented 1 year ago

Hi, thanks for the interest. Please take a look on the tests are linked against the compiler frontend at cmakelists file for an example.