cmake/eina: only pthread is public, rt/dl/m are all private.

This commit is contained in:
Gustavo Sverzut Barbieri 2017-01-23 19:33:35 -02:00
parent ce97fc1dd3
commit ec060b4fee
1 changed files with 5 additions and 1 deletions

View File

@ -2,10 +2,14 @@ set(DESCRIPTION "A Library that implements fast data types and miscellaneous too
set(PKG_CONFIG_REQUIRES_PRIVATE OPTIONAL libsystemd)
set(PUBLIC_LIBRARIES
pthread
)
set(LIBRARIES
m
dl
rt
pthread)
)
if(ENABLE_VALGRIND)
list(APPEND PKG_CONFIG_REQUIRES_PRIVATE valgrind)