Skip to content

Commit

Permalink
add -lrt needed for clock_gettime with glibc older than 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Jan 22, 2014
1 parent 0c9c24a commit bcc2809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set(LINK_LIBRARIES
${LIBSWSCALE_LIBRARIES}
${GL_LIBRARIES}
-lpthread
-lrt
shader-bundle
)

Expand Down

0 comments on commit bcc2809

Please sign in to comment.