mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add -lrt to librenderdoc.so, for clock_gettime
This commit is contained in:
@@ -26,6 +26,7 @@ elseif(UNIX)
|
||||
list(APPEND RDOC_LIBRARIES
|
||||
PRIVATE m
|
||||
PRIVATE dl
|
||||
PRIVATE rt
|
||||
PRIVATE ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
if(ENABLE_XLIB)
|
||||
|
||||
Reference in New Issue
Block a user