cmake: eina needs rt

for open_shm
This commit is contained in:
Marcel Hollerbach 2017-01-23 20:08:55 +01:00
parent 5b56f3a79d
commit f27323395a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set(PKG_CONFIG_REQUIRES_PRIVATE OPTIONAL libsystemd)
set(PUBLIC_LIBRARIES set(PUBLIC_LIBRARIES
m m
dl dl
rt
pthread) pthread)
if(ENABLE_VALGRIND) if(ENABLE_VALGRIND)