mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 21:26:30 +08:00
ggwave : fix shared lib build
This commit is contained in:
@@ -9,9 +9,8 @@ target_include_directories(ggwave PUBLIC
|
|||||||
../include
|
../include
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(ggwave PUBLIC
|
if (GGWAVE_LIBRARY_TYPE STREQUAL "SHARED")
|
||||||
)
|
target_link_libraries(ggwave PUBLIC
|
||||||
|
${CMAKE_DL_LIBS}
|
||||||
target_link_libraries(ggwave PRIVATE
|
)
|
||||||
${CMAKE_DL_LIBS}
|
endif()
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user