I couldn&#39;t find an answer to this, so I thought I should ask.<br>&nbsp;<br>I have a set of source files that are compiled and built into a library.&nbsp; Works great.<br>Now I want to recompile those same files with a compiler flag added into another library.&nbsp; Don&#39;t ask, this is how it has to be.<br>
&nbsp;<br>I tried doing add_library, then set_source_files_properties, then add_library but then the flag is set for both.&nbsp; <br>&nbsp;<br>I would like to keep it all inside of one CMakeLists.txt file, but I might be able to work it out another way.<br>
&nbsp;<br>&nbsp;<br>Thanks for any help,<br>Adam