aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2016-06-07 10:44:06 -0600
committerTony Barbour <tony@LunarG.com>2016-06-07 14:50:36 -0600
commit7b4958a36b23dca8785e64da706912e3d1b54b58 (patch)
tree523574abda39f460d6859f20027a55ef485207d5
parent27b463561c5930d48e3f5bae6b19551d85e3c4ca (diff)
downloadusermoji-7b4958a36b23dca8785e64da706912e3d1b54b58.tar.xz
demos: Add -lrt to link options for smoke LVL #500
Change-Id: I0480e60e3c6c2f06f24022332640756bcdc3f1a0
-rw-r--r--demos/smoke/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/smoke/CMakeLists.txt b/demos/smoke/CMakeLists.txt
index a1789e92..04aae19b 100644
--- a/demos/smoke/CMakeLists.txt
+++ b/demos/smoke/CMakeLists.txt
@@ -60,7 +60,7 @@ if(WIN32)
list(APPEND sources ShellWin32.cpp ShellWin32.h)
else()
- list(APPEND libraries PRIVATE -ldl)
+ list(APPEND libraries PRIVATE -ldl -lrt)
find_package(XCB REQUIRED)