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
48a635db
Verified
Commit
48a635db
authored
Oct 13, 2020
by
Tobias WEBER
Browse files
make: build more tools by default
parent
507960ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
48a635db
...
...
@@ -11,28 +11,27 @@ option(ONLY_BUILD_FINISHED "only build finished tools" FALSE)
if
(
ONLY_BUILD_FINISHED
)
# final tools
# cif converter
add_subdirectory
(
tools/cif2xml
)
# polarisation tools
add_subdirectory
(
tools/pol
)
else
()
# unfinished tools
# setup tools
add_subdirectory
(
tools/setup
)
# magnetic and nuclear structure tools
# nuclear and magnetic structure factors
add_subdirectory
(
tools/structfact
)
add_subdirectory
(
tools/magstructfact
)
add_subdirectory
(
tools/magsgbrowser
)
# molecular dynamics tools
add_subdirectory
(
tools/moldyn
)
# new scan browser tool
add_subdirectory
(
tools/scanbrowser
)
else
()
# tools in development
# setup tools
add_subdirectory
(
tools/setup
)
# magnetic structure factor browser
add_subdirectory
(
tools/magsgbrowser
)
endif
()
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