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
Samer Afach
SharedPtr-cpp03
Commits
270c8186
Commit
270c8186
authored
Mar 31, 2017
by
Samer Afach
Browse files
Added makefile
parent
be5ecc88
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
0 → 100644
View file @
270c8186
cmake_minimum_required
(
VERSION 2.8
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++03"
)
project
(
test_pthreadAtomic
)
add_executable
(
${
PROJECT_NAME
}
"main.cpp"
)
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