Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
DrawSVG
Commits
1ce73b5e
Commit
1ce73b5e
authored
Jan 27, 2019
by
Yuqiao Zeng
Browse files
Merge branch 'yuqiao'
parents
3051ae9b
d9d4f3d8
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1ce73b5e
...
@@ -113,6 +113,8 @@ if(WIN32)
...
@@ -113,6 +113,8 @@ if(WIN32)
if
(
MSVC
)
if
(
MSVC
)
set
(
MSVC_CXX_FLAGS
"-std=gnu++11"
)
set
(
MSVC_CXX_FLAGS
"-std=gnu++11"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"
${
CMAKE_CXX_FLAGS_RELEASE
}
/MD"
)
set
(
CMAKE_CXX_FLAGS_DEBUG
"
${
CMAKE_CXX_FLAGS_DEBUG
}
/MD"
)
if
(
BUILD_DEBUG
)
if
(
BUILD_DEBUG
)
set
(
CMAKE_BUILD_TYPE Debug
)
set
(
CMAKE_BUILD_TYPE Debug
)
...
...
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