Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b93317cc
Commit
b93317cc
authored
Feb 14, 2014
by
Matt Kelly
Browse files
OS X still works with pthread fix - added explanation
parent
e366bd7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/CMakeLists.txt
View file @
b93317cc
...
...
@@ -48,6 +48,7 @@ INCLUDE_DIRECTORIES(${PROTOBUF_INCLUDE_DIR})
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
add_library
(
cockatrice_common
${
common_SOURCES
}
${
common_HEADERS_MOC
}
)
# Without this check, Linux will put -pthread out of order in link.txt and build will fail
if
(
UNIX
)
target_link_libraries
(
cockatrice_common cockatrice_protocol pthread
)
else
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment