mirror of https://github.com/libAthena/athena.git
Add -ltinfo for linking atdna
This commit is contained in:
parent
a5056960ed
commit
b55f265131
|
@ -58,7 +58,7 @@ if(UNIX)
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
list(APPEND PLAT_LIBS dl)
|
list(APPEND PLAT_LIBS dl)
|
||||||
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
list(APPEND PLAT_LIBS dl)
|
list(APPEND PLAT_LIBS dl tinfo)
|
||||||
endif()
|
endif()
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
list(APPEND PLAT_LIBS Version)
|
list(APPEND PLAT_LIBS Version)
|
||||||
|
|
Loading…
Reference in New Issue