diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eina/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eina/CMakeLists.txt b/src/lib/eina/CMakeLists.txt index 74dfed5cae..2506fc346b 100644 --- a/src/lib/eina/CMakeLists.txt +++ b/src/lib/eina/CMakeLists.txt | |||
@@ -4,6 +4,7 @@ set(PKG_CONFIG_REQUIRES_PRIVATE OPTIONAL libsystemd) | |||
4 | set(PUBLIC_LIBRARIES | 4 | set(PUBLIC_LIBRARIES |
5 | m | 5 | m |
6 | dl | 6 | dl |
7 | rt | ||
7 | pthread) | 8 | pthread) |
8 | 9 | ||
9 | if(ENABLE_VALGRIND) | 10 | if(ENABLE_VALGRIND) |