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
d146a348
Commit
d146a348
authored
May 23, 2019
by
Tobias WEBER
Browse files
small build changes
parent
986b7227
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/structfact/CMakeLists.txt
View file @
d146a348
...
...
@@ -16,8 +16,8 @@ find_package(Qt5 REQUIRED COMPONENTS Core Gui Widgets OpenGL)
set
(
CMAKE_AUTOUIC TRUE
)
set
(
CMAKE_AUTOMOC TRUE
)
set
(
CMAKE_CXX_STANDARD
17
)
add_definitions
(
-std=c++
17
-fconcepts
)
set
(
CMAKE_CXX_STANDARD
20
)
add_definitions
(
-std=c++
2a
-fconcepts
)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
...
...
@@ -46,4 +46,6 @@ qt5_use_modules(structfact Core Gui Widgets OpenGL)
# cif2xml tool
add_executable
(
cif2xml
cif2xml.cpp loadcif.h
)
target_link_libraries
(
cif2xml
)
target_link_libraries
(
cif2xml
# -static-libstdc++ -static-libgcc
)
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