I am new to cmake. I'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> SET(LINKER_FLAGS "${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")</div>
<div>ENDIF(APPLE)</div><div><br></div><div>But the flag does not appear in the .xcodeproj file that's generated. Any suggestions?</div><div><br></div><div>-Eric</div></div>