Skip to content

Commit

Permalink
Use lib as static library prefix on Windows (#218)
Browse files Browse the repository at this point in the history
This prevents the static library from colliding with the DLL import library.
  • Loading branch information
kasperisager authored Oct 22, 2024
1 parent 1117da5 commit 57a8c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ set_target_properties(
udx_static
PROPERTIES
OUTPUT_NAME udx
PREFIX lib
)

target_link_libraries(
Expand Down

0 comments on commit 57a8c08

Please sign in to comment.