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
3d46b8aa
Commit
3d46b8aa
authored
Apr 06, 2017
by
Samer Afach
Browse files
Update CMakeLists.txt
parent
270c8186
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3d46b8aa
...
@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 2.8)
...
@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 2.8)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++03"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++03"
)
add_library
(
smartptr SmartPtr.cpp
)
project
(
test_pthreadAtomic
)
project
(
test_pthreadAtomic
)
add_executable
(
${
PROJECT_NAME
}
"main.cpp"
)
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