Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
0f1d95a4
Verified
Commit
0f1d95a4
authored
Jul 21, 2022
by
Tobias WEBER
Browse files
boost include dirs
parent
e6ba21e8
Changes
7
Hide whitespace changes
Inline
Side-by-side
tools/bz/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -62,7 +62,8 @@ add_compile_options(${Boost_CXX_FLAGS})
add_compile_options
(
-Wall -Wextra
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"ext"
"ext/gemmi/include"
"ext/gemmi/third_party"
"../../ext/gemmi/include"
"../../ext/gemmi/third_party"
)
...
...
tools/cif2xml/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -37,7 +37,8 @@ add_definitions(${Boost_CXX_FLAGS})
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"../../ext/gemmi/include"
"../../ext/gemmi/third_party"
"ext"
"ext/gemmi/include"
"ext/gemmi/third_party"
)
...
...
tools/magdyn/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -94,7 +94,7 @@ endif()
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
)
include_directories
(
SYSTEM
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
SYSTEM
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"ext"
"ext/gemmi/include"
"ext/gemmi/third_party"
"../../ext/gemmi/include"
"../../ext/gemmi/third_party"
)
...
...
tools/magstructfact/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -49,7 +49,8 @@ add_definitions(-std=c++20)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"ext"
"ext/gemmi/include"
"ext/gemmi/third_party"
"../../ext/gemmi/include"
"../../ext/gemmi/third_party"
)
...
...
tools/moldyn/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -56,7 +56,7 @@ endif()
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
PROJECT_SOURCE_DIR
}
/.."
"
${
PROJECT_SOURCE_DIR
}
/../.."
"
${
Boost_INCLUDE_DIRS
}
/.."
"ext"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"ext"
)
...
...
tools/pol/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -62,7 +62,9 @@ add_compile_options(-std=c++20)
add_compile_options
(
${
Boost_CXX_FLAGS
}
)
add_compile_options
(
-Wall -Wextra
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
)
# -----------------------------------------------------------------------------
...
...
tools/structfact/CMakeLists.txt
View file @
0f1d95a4
...
...
@@ -56,7 +56,8 @@ add_compile_options(${Boost_CXX_FLAGS})
add_compile_options
(
-Wall -Wextra
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
"ext"
"ext/gemmi/include"
"ext/gemmi/third_party"
"../../ext/gemmi/include"
"../../ext/gemmi/third_party"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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