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
660ff349
Commit
660ff349
authored
Jun 12, 2014
by
Fabio Bas
Browse files
Add a proper, top-level project name
parent
ddec7e65
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
660ff349
...
@@ -7,6 +7,15 @@
...
@@ -7,6 +7,15 @@
cmake_minimum_required
(
VERSION 2.6
)
cmake_minimum_required
(
VERSION 2.6
)
set
(
PROJECT_NAME
"Cockatrice"
)
set
(
PROJECT_VERSION_MAJOR 0
)
set
(
PROJECT_VERSION_MINOR 0
)
set
(
PROJECT_VERSION_PATCH 1
)
set
(
PROJECT_VERSION
${
PROJECT_VERSION_MAJOR
}
.
${
PROJECT_VERSION_MINOR
}
.
${
PROJECT_VERSION_PATCH
}
)
# A project name is needed for CPack
PROJECT
(
"
${
PROJECT_NAME
}
"
)
# Set conventional loops
# Set conventional loops
set
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true
)
set
(
CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true
)
...
...
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