I am new to cmake. I'm trying to add a particular linker flag to a
particular project. I tried to use the following:
IF (APPLE)
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")
ENDIF(APPLE)
But the flag does not appear in the .xcodeproj file that's generated. Any
suggestions?
-Eric
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake