From 57a8c08b52be5eaca4189dd504929cdfde16a06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Tue, 22 Oct 2024 20:53:22 +0200 Subject: [PATCH] Use `lib` as static library prefix on Windows (#218) This prevents the static library from colliding with the DLL import library. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbe9c12..56b15a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ set_target_properties( udx_static PROPERTIES OUTPUT_NAME udx + PREFIX lib ) target_link_libraries(