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
ef3194f1
Verified
Commit
ef3194f1
authored
Feb 25, 2021
by
Tobias WEBER
Browse files
makelists update
parent
612626b7
Changes
4
Show whitespace changes
Inline
Side-by-side
tools/magstructfact/CMakeLists.txt
View file @
ef3194f1
...
...
@@ -56,5 +56,4 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
)
endif
()
target_link_libraries
(
takin_magstructfact
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
takin_magstructfact Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_magstructfact
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::OpenGL
)
tools/moldyn/CMakeLists.txt
View file @
ef3194f1
...
...
@@ -46,5 +46,4 @@ add_executable(takin_moldyn
moldyn.cpp moldyn.h
../../tlibs2/libs/glplot.cpp ../../tlibs2/libs/glplot.h
)
target_link_libraries
(
takin_moldyn
${
Boost_LIBRARIES
}
${
Qhull_LIBRARIES
}
)
qt5_use_modules
(
takin_moldyn Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_moldyn
${
Boost_LIBRARIES
}
${
Qhull_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::OpenGL
)
tools/pol/CMakeLists.txt
View file @
ef3194f1
...
...
@@ -66,6 +66,5 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
)
endif
()
target_link_libraries
(
takin_pol
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
takin_pol Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_pol
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::OpenGL
)
# -----------------------------------------------------------------------------
tools/structfact/CMakeLists.txt
View file @
ef3194f1
...
...
@@ -58,5 +58,4 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
)
endif
()
target_link_libraries
(
takin_structfact
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
takin_structfact Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_structfact
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::OpenGL
)
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