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
70ee0825
Verified
Commit
70ee0825
authored
Oct 01, 2020
by
Tobias WEBER
Browse files
adapted tool names
parent
5ee60b9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
tools/magsgbrowser/CMakeLists.txt
View file @
70ee0825
...
...
@@ -20,12 +20,12 @@ include_directories("${PROJECT_SOURCE_DIR}" "../.."
# -----------------------------------------------------------------------------
# main program
add_executable
(
magsgbrowser
add_executable
(
takin_
magsgbrowser
main.cpp
browser.cpp browser.h
)
target_link_libraries
(
magsgbrowser
target_link_libraries
(
takin_
magsgbrowser
Qt5::Core Qt5::Gui Qt5::Widgets
)
# -----------------------------------------------------------------------------
...
...
tools/moldyn/CMakeLists.txt
View file @
70ee0825
...
...
@@ -37,9 +37,9 @@ include_directories(
)
add_executable
(
moldyn
add_executable
(
takin_
moldyn
moldyn.cpp moldyn.h
../../libs/glplot.cpp ../../libs/glplot.h
)
target_link_libraries
(
moldyn
${
Qhull_LIBRARIES
}
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
moldyn Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_
moldyn
${
Qhull_LIBRARIES
}
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
takin_
moldyn Core Gui Widgets OpenGL
)
tools/scanbrowser/CMakeLists.txt
View file @
70ee0825
...
...
@@ -82,7 +82,7 @@ include_directories(
)
add_executable
(
scanbrowser
add_executable
(
takin_
scanbrowser
main.cpp mainwnd.cpp mainwnd.h
filebrowser.cpp filebrowser.h
workspace.cpp workspace.h
...
...
@@ -103,7 +103,7 @@ add_executable(scanbrowser
)
target_link_libraries
(
scanbrowser
target_link_libraries
(
takin_
scanbrowser
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::PrintSupport
${
QCP_LIBRARIES
}
...
...
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