mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added comments for comment's CMakeLists.txt
This commit is contained in:
parent
4fd8c94df0
commit
ed0311d59e
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# CMakeLists for common directory
|
||||
#
|
||||
# provides the common library
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
add_subdirectory(pb)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# CMakeLists for common directory
|
||||
#
|
||||
# provides the protobuf interfaces
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
SET(PROTO_FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue