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
38976be3
Verified
Commit
38976be3
authored
Oct 22, 2020
by
Tobias WEBER
Browse files
corrected makelists
parent
643c34ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
38976be3
...
...
@@ -10,23 +10,24 @@ cmake_minimum_required(VERSION 3.0)
option
(
ONLY_BUILD_FINISHED
"only build finished tools"
FALSE
)
if
(
ONLY_BUILD_FINISHED
)
# cif converter
add_subdirectory
(
tools/cif2xml
)
# cif converter
add_subdirectory
(
tools/cif2xml
)
# polarisation tools
add_subdirectory
(
tools/pol
)
# polarisation tools
add_subdirectory
(
tools/pol
)
# nuclear and magnetic structure factors
add_subdirectory
(
tools/structfact
)
add_subdirectory
(
tools/magstructfact
)
# nuclear and magnetic structure factors
add_subdirectory
(
tools/structfact
)
add_subdirectory
(
tools/magstructfact
)
# molecular dynamics tools
add_subdirectory
(
tools/moldyn
)
# molecular dynamics tools
add_subdirectory
(
tools/moldyn
)
# new scan browser tool
add_subdirectory
(
tools/scanbrowser
)
else
()
# new scan browser tool
add_subdirectory
(
tools/scanbrowser
)
if
(
NOT ONLY_BUILD_FINISHED
)
# tools in development
# setup tools
...
...
@@ -35,3 +36,4 @@ else()
# 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