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
Zbysek Machaczek
lab6
Commits
7163453a
Commit
7163453a
authored
Oct 21, 2020
by
Zbysek Machaczek
Browse files
CMakeLists.txt update
parent
b7b358ac
Pipeline
#13741
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7163453a
cmake_minimum_required
(
VERSION 3.8
)
PROJECT
(
Labs6
)
set
(
CMAKE_CXX_STANDARD 11
)
set
(
CMAKE_CXX_STANDARD_REQUIRED on
)
add_executable
(
code1 code1.cpp
)
add_executable
(
code2 code2.cpp
)
set_target_properties
(
code1
...
...
Write
Preview
Supports
Markdown
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