You didn't specify your development environment so I'm just guessing here.
Under Linux, you usually have to install a development package in order to
link to libraries. If you are compiling your own libgeotiff you might want
to install the library before trying to link to it. You might also be
link
How do you tell Cmake to add a compiler flag to a project's Debug target?
In a project I'm trying to fix (OpenSceneGraph) it looks like Cmake
generates an Xcode project file containing all four of the build types:
Debug, Release, ReleaseMinSize, and RelWithDebInfo. These types can be
selected from
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.framew