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
CoMISo
CoMISo
Commits
14c8b881
Commit
14c8b881
authored
Dec 11, 2015
by
Max Lyon
Browse files
add Base directories to source code directories, enable debug stuff and enable c++11 for now
parent
68840d4a
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
14c8b881
...
...
@@ -350,9 +350,19 @@ link_directories (
${
COMISO_LINK_DIRECTORIES
}
)
# enable debug stuff
add_definitions
(
-DDEB_ON
)
# enable c++11
add_definitions
(
-std=c++11
)
# source code directories
set
(
directories
.
Base/Code
Base/Debug
Base/Security
Base/Utils
Solver
NSolver
EigenSolver
...
...
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