<div>hi all,</div>
<div>i have a c file in a folder which contain the line #include "%h" which says compile the file with -I option with gcc to tell where %h is located.</div>
<div>but in cmake as i already add the header files by defining the path through a variable and add it through include_directories command. it still give error on compiling that %h: no such file or directory found.</div>
<div> </div>
<div>I am not able to understand how to remove it through cmake.</div>
<div> </div>
<div>regards-</div>
<div>ankit jain</div>