Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
023e8dca
Commit
023e8dca
authored
Aug 29, 2019
by
Tobias WEBER
Browse files
cosmetic changes
parent
6d0e7f3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
023e8dca
...
...
@@ -4,6 +4,7 @@
# @license see 'LICENSE' file
#
project
(
magtools
)
cmake_minimum_required
(
VERSION 3.0
)
...
...
@@ -23,4 +24,4 @@ add_subdirectory(tools/pol)
# (former) main tool
#
add_subdirectory(tools/main)
#add_subdirectory(tools/main)
tools/main/CMakeLists.txt
View file @
023e8dca
...
...
@@ -22,6 +22,7 @@ add_definitions(-std=c++17)
# -----------------------------------------------------------------------------
# Boost
add_definitions
(
-DBOOST_SYSTEM_NO_DEPRECATED
)
find_package
(
Boost REQUIRED COMPONENTS system filesystem iostreams REQUIRED
)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
...
...
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