We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93eef44 commit e4c5a3aCopy full SHA for e4c5a3a
1 file changed
libtempered/CMakeLists.txt
@@ -8,6 +8,7 @@ endif()
8
9
if (BUILD_SHARED_LIB)
10
add_library(tempered-shared SHARED ${libtempered_FILES})
11
+ target_link_libraries(tempered-shared ${HIDAPI_LINK_LIBS})
12
set_target_properties(tempered-shared PROPERTIES
13
OUTPUT_NAME tempered
14
SOVERSION 0
@@ -22,6 +23,7 @@ endif()
22
23
24
if (BUILD_STATIC_LIB)
25
add_library(tempered-static STATIC ${libtempered_FILES})
26
+ target_link_libraries(tempered-static ${HIDAPI_LINK_LIBS})
27
set_target_properties(tempered-static PROPERTIES
28
29
)
0 commit comments