Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
182
Star
2,418
Fork
452
cuberite
/
cuberite
Code
Issues
519
Pull requests
20
Projects
0
Wiki
Insights
Permalink
Browse files
Update CMakeLists.txt
Loading branch information
...
worktycho
committed
Oct 5, 2014
1 parent
ec71ffc
commit
a20bd0dbbd9c107a47049ce83f0b050384fd7b19
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
src/OSSupport/CMakeLists.txt
Show comments
View
2
src/OSSupport/CMakeLists.txt
@@ -39,6 +39,6 @@ if(NOT MSVC)
add_library
(OSSupport
${SRCS}
${HDRS}
)
if
(
UNIX
)
target_link_libraries
(OSSupport pthread)
target_link_libraries
(OSSupport pthread
rt
)
endif
()
endif
()
Toggle all file notes
0 comments on commit
a20bd0d
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
a20bd0d