[CMake] Invalid library output directory when VC++ solution is generated

Rolf Eike Beer eike at sf-mail.de
Wed Jul 27 04:07:21 EDT 2011


> Have a look at the documentation for CMAKE_RUNTIME_OUTPUT_DIRECTORY.  On
> Linux the .so shared library files do go in the LIBRARY_OUTPUT_DIRECTORY.
> However, on Windows the DLL files are placed in the runtime directory and
> only the import libraries (.LIB files) are placed in the
> LIBRARY_OUTPUT_DIRECTORY.

The .lib files got into ARCHIVE_OUTPUT_DIRECTORY.

Eike




More information about the CMake mailing list