summarylogtreecommitdiffstats
path: root/wesnoth-boost.patch
blob: 66e0db754e5f95274f3f7cb689335cdb183e8250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 43a20d7..61f36e0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -79,6 +79,7 @@ else(MSVC)
 		${Boost_IOSTREAMS_LIBRARY}
 		${Boost_REGEX_LIBRARY}
 		${Boost_PROGRAM_OPTIONS_LIBRARY}
+        ${Boost_SYSTEM_LIBRARIES}
 		${LIBINTL_LIBRARIES}
 	)
 endif(MSVC)