diff options
author | Guillaume Seguin <guillaume@segu.in> | 2010-02-15 21:24:13 +0100 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2010-02-15 21:24:13 +0100 |
commit | 147073e27db0f115c7e5bbdab245824313b02f33 (patch) | |
tree | 1a4adae9f5c0979ecd48a97f6d2ba415e9d7333d /src | |
parent | 5aad8381b701b974348751611dc7d5da41664351 (diff) | |
download | zcomp-147073e27db0f115c7e5bbdab245824313b02f33.tar.gz zcomp-147073e27db0f115c7e5bbdab245824313b02f33.tar.bz2 |
Addd libXext and libdl to core links
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b06e1d9..caf094d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -52,7 +52,7 @@ add_executable (compiz ) target_link_libraries ( - compiz ${COMPIZ_LIBRARIES} m pthread + compiz ${COMPIZ_LIBRARIES} m pthread Xext dl ) install ( |