Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons-example
Commits
8ca08b80
Commit
8ca08b80
authored
May 29, 2020
by
Pawel Sznajder
Browse files
Update CMakeLists.txt
parent
1dc91941
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8ca08b80
# BASIC DEFINITIONS ========================================================================
# BASIC DEFINITIONS ========================================================================
# define minimum version of cmake
# define minimum version of cmake
cmake_minimum_required
(
VERSION
2.6
)
cmake_minimum_required
(
VERSION
3.2
)
# define project name and its language
# define project name and its language
project
(
PARTONS_release CXX
)
project
(
PARTONS_release CXX
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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