From 01a04a63c3c71ed6f867e74929c0f9ade3752351 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sat, 14 Jan 2017 16:20:44 -0800 Subject: [PATCH] Add uuid lib reference for unix --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cca8bd075..b1d644b70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -353,6 +353,7 @@ IF(UNIX) IF(NOT DARWIN) SET(SERVER_LIBS ${SERVER_LIBS} "rt") ENDIF() + SET(SERVER_LIBS ${SERVER_LIBS} "uuid") ENDIF() IF(EQEMU_BUILD_LUA)