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
c5dda414
Commit
c5dda414
authored
Dec 18, 2019
by
Tobias WEBER
Browse files
defines
parent
fb58c5fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/moldyn/CMakeLists.txt
View file @
c5dda414
...
...
@@ -12,10 +12,12 @@ project(moldyn)
set
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
#find_package(Boost REQUIRED COMPONENTS system REQUIRED)
find_package
(
Boost REQUIRED
)
find_package
(
Qt5 REQUIRED COMPONENTS Core Gui Widgets OpenGL
)
set
(
CMAKE_AUTOUIC TRUE
)
set
(
CMAKE_AUTOMOC TRUE
)
...
...
@@ -23,6 +25,8 @@ set(CMAKE_CXX_STANDARD 20)
add_definitions
(
-std=c++2a -fconcepts
)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
add_definitions
(
-DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_ERROR_CODE_HEADER_ONLY
)
add_definitions
(
-D_GL_MAJ_VER=3 -D_GL_MIN_VER=3 -D_GL_SUFFIX=_Core
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
...
...
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