how link with -lnfc in CLion?

21 views Asked by At

I found my problem in issues, but I don't know how link in CLion

you need to link with -lnfc

I using gcc -o readerpnv main.c -lnfc, but honestly I don't like this way.

I try add -lnfc to build options, he wrote Unknown argument -lnfc

versions

P.S. I'm new in C, please write in more detail, thanks

0

There are 0 answers