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
faf6b2c5
Commit
faf6b2c5
authored
Feb 25, 2012
by
Max-Wilhelm Bruker
Browse files
Merge /home/brukie/.VirtualBox/Machines/Windows XP/shared/cock_devel
parents
50295b6e
703426d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/pb/CMakeLists.txt
View file @
faf6b2c5
...
@@ -134,4 +134,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
...
@@ -134,4 +134,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
PROTOBUF_GENERATE_CPP
(
PROTO_SRCS PROTO_HDRS
${
PROTO_FILES
}
)
PROTOBUF_GENERATE_CPP
(
PROTO_SRCS PROTO_HDRS
${
PROTO_FILES
}
)
add_library
(
cockatrice_protocol
${
PROTO_SRCS
}
${
PROTO_HDRS
}
)
add_library
(
cockatrice_protocol
${
PROTO_SRCS
}
${
PROTO_HDRS
}
)
target_link_libraries
(
cockatrice_protocol
general $
(
PROTOBUF_LIBRARIES
)
general
-lprotobuf
)
target_link_libraries
(
cockatrice_protocol
${
PROTOBUF_LIBRARIES
}
-lprotobuf
)
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