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
numa
Commits
fb489ae3
Commit
fb489ae3
authored
May 29, 2020
by
Pawel Sznajder
Browse files
Update CMakeLists.txt
parent
744bb13d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fb489ae3
# 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
(
NumA++ CXX
)
project
(
NumA++ 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