I am new to cmake. I&#39;m trying to add a particular linker flag to a particular project. I tried to use the following:<div><br></div><div><div>IF (APPLE)</div><div>&nbsp;&nbsp; &nbsp;SET(LINKER_FLAGS &quot;${LINKER_FLAGS} -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib&quot;)</div>
<div>ENDIF(APPLE)</div><div><br></div><div>But the flag does not appear in the .xcodeproj file that&#39;s generated. Any suggestions?</div><div><br></div><div>-Eric</div></div>