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
ed0311d5
Commit
ed0311d5
authored
Jun 11, 2014
by
Fabio Bas
Browse files
Added comments for comment's CMakeLists.txt
parent
4fd8c94d
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/CMakeLists.txt
View file @
ed0311d5
# CMakeLists for common directory
#
# provides the common library
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
add_subdirectory
(
pb
)
...
...
common/pb/CMakeLists.txt
View file @
ed0311d5
# CMakeLists for common directory
#
# provides the protobuf interfaces
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
SET
(
PROTO_FILES
...
...
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