Skip to content

Commit

Permalink
rename ryzenadj.dll to libryzenadj.dll to keep old name
Browse files Browse the repository at this point in the history
Windows doesn't usually use lib prefix
  • Loading branch information
kylon authored and FlyGoat committed Sep 5, 2024
1 parent 742ae7b commit 6b22cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if(has_ipo)
endif()

if (WIN32)
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "libryzenadj")
target_link_directories(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../win32")
endif ()

Expand Down

0 comments on commit 6b22cda

Please sign in to comment.