[CMake] Windows library target names
Olaf van der Spek
olafvdspek at gmail.com
Thu Jul 22 16:54:30 EDT 2010
On Thu, Jul 22, 2010 at 10:46 PM, Michael Jackson
<mike.jackson at bluequartz.net> wrote:
> Ya know , I go back and forth on this. In my own projects I will give my
> libs a _debug suffix because I end up installing both debug and release into
> a local directory and my FindXXX.cmake scripts know to look for both a debug
> and release version of the library, ala, FindQt4.cmake. I like the way Qt
> does this and so went with TrollTech's "standard".
> If you don't have all the infrastructure to do that then NOT having any
> default naming is the best way.
What do you mean?
Using the same name for all configs?
Shown by your own example, that doesn't work.
Olaf
More information about the CMake
mailing list