mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added dl libs for Unix
This commit is contained in:
parent
5cdc8e6ec0
commit
50a1f0728b
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ set_target_properties(omohaaded PROPERTIES OUTPUT_NAME "omohaaded${TARGET_BASE_S
|
|||
if(WIN32)
|
||||
target_link_libraries(omohaaded wsock32 ws2_32)
|
||||
target_link_libraries(omohaaded winmm)
|
||||
elseif(UNIX)
|
||||
target_link_libraries(omohaaded ${CMAKE_DL_LIBS})
|
||||
endif()
|
||||
|
||||
INSTALL(TARGETS omohaaded DESTINATION "./")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue