I'm trying to add /usr/local/lib
to the Xcode library search paths when I generate the Xcode files through CMake but I can't get CMake to add it.
Would any of you know how?
link_directories(/usr/local/lib)
doesn't work.
I'm trying to add /usr/local/lib
to the Xcode library search paths when I generate the Xcode files through CMake but I can't get CMake to add it.
Would any of you know how?
link_directories(/usr/local/lib)
doesn't work.