summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Adolf <c-alpha@users.noreply.github.com>2019-05-15 19:50:56 +0200
committerGaute Hope <eg@gaute.vetsj.com>2019-05-30 19:51:28 +0200
commitd2ac5332452731e60ec6bb9c419515de22a1db29 (patch)
treec5b73ad045e40c391873d72edb11ddef48a11ec0
parent1a40860e124f5c3a242d0c1ad7ade6e29fa92d36 (diff)
Missing Linker Flags
The linker flags for libsoup were missing from the cmake file.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1ed742..f87c8ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -336,6 +336,7 @@ target_link_libraries (
${GLIBMM2_LDFLAGS}
${GIOMM2_LDFLAGS}
${GIOUINX_LDFLAGS}
+ ${LIBSOUP_LDFLAGS}
${GMIME_LDFLAGS}
${VTE2_LDFLAGS}
${SASS_LDFLAGS}