[waffle] [PATCH 15/18] cmake: prefix the waffle dll with "lib" similar to other platforms
Chad Versace
chad.versace at linux.intel.com
Mon Aug 4 00:24:37 PDT 2014
On 07/22/2014 08:31 PM, Emil Velikov wrote:
> XXX: What about the static library (waffle-1.lib) ?
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
> src/waffle/CMakeLists.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/waffle/CMakeLists.txt b/src/waffle/CMakeLists.txt
> index 9507398..d348cb6 100644
> --- a/src/waffle/CMakeLists.txt
> +++ b/src/waffle/CMakeLists.txt
> @@ -183,6 +183,7 @@ target_link_libraries(${waffle_libname} ${waffle_libdeps})
>
> set_target_properties(${waffle_libname}
> PROPERTIES
> + PREFIX "lib"
> LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib
> SOVERSION ${waffle_soversion}
> VERSION ${waffle_soversion}.${waffle_minor_version}.${waffle_patch_version}
This has my
Acked-by: Chad Versace <chad.versace at linux.intel.com>
But it doesn't make a difference to me. Whatever you and Jose want to do is fine for me.
More information about the waffle
mailing list