<div dir="ltr">Greetings,<div><br></div> <font face="monospace"> set_target_properties(target PROPERTIES <br>    IMPORTED_LOCATION location</font><div><span style="font-family:monospace">    IMPORTED_IMPLIB implib</span></div><div><div><font face="monospace">    INTERFACE_INCLUDE_DIRECTORIES directory+</font></div><div><font face="monospace">  )<br></font><div><br></div><div>Is there a way to assign more than one directory to INTERFACE_INCLUDE_DIRECTORIES ?  The property name is plural, but every attempt I've made to specify more than one directory has failed.  CMake complains that either: I've passed the wrong number of arguments; or concatenates all of them into one path which of course doesn't exist.</div><div><br></div><div>I've found a work-around using</div><div><br></div><div><font face="monospace">  target_include_directories (target<br></font></div><div><font face="monospace">    INTERFACE directory1<br>    INTERFACE directory2</font></div><div><font face="monospace">  )<br></font></div><div><div><br></div><div>It just seems odd that a property with a plural name accepts only a singular value.  I feel like I'm missing something.  I've tried wrapping multiple directories in various kinds of brackets and quotes and separating them with ; or , instead of whitespace.  (This is Windows, so : isn't a path separator; the system PATH variable uses ; as the separator.)</div><div><br></div><div>Thanks for any enlightenment.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div>Ted Hall<br></div><div><br></div></div></div></div></div></div></div></div></div></div>