Skip to content

Commit

Permalink
Prevent cmake from installing .lib files on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed Sep 23, 2020
1 parent 67e7bfc commit 04b40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ if(UNIX)
target_link_libraries(jnativehook "${CMAKE_THREAD_LIBS_INIT}")
endif()

install(TARGETS jnativehook DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(TARGETS jnativehook RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit 04b40fb

Please sign in to comment.