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
4ad3ac12
Verified
Commit
4ad3ac12
authored
Sep 18, 2020
by
Tobias WEBER
Browse files
tool renaming
parent
84dc4d91
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/cif2xml/CMakeLists.txt
View file @
4ad3ac12
...
...
@@ -25,13 +25,13 @@ include_directories(
)
add_executable
(
cif2xml
add_executable
(
takin_
cif2xml
cif2xml.cpp ../structfact/loadcif.h
)
target_link_libraries
(
cif2xml
target_link_libraries
(
takin_
cif2xml
# -static-libstdc++ -static-libgcc
)
add_executable
(
findsg
add_executable
(
takin_
findsg
findsg.cpp ../structfact/loadcif.h
)
target_link_libraries
(
findsg
)
target_link_libraries
(
takin_
findsg
)
tools/pol/CMakeLists.txt
View file @
4ad3ac12
...
...
@@ -27,12 +27,12 @@ if(BUILD_LIB)
set
(
CMAKE_POSITION_INDEPENDENT_CODE TRUE
)
add_definitions
(
-DBUILD_LIB
)
add_library
(
pol SHARED pol.cpp
add_library
(
takin_
pol SHARED pol.cpp
../../libs/glplot.cpp ../../libs/glplot.h
)
else
()
add_executable
(
pol pol.cpp
add_executable
(
takin_
pol pol.cpp
../../libs/glplot.cpp ../../libs/glplot.h
)
endif
()
target_link_libraries
(
pol
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
pol Core Gui Widgets OpenGL
)
target_link_libraries
(
takin_
pol
${
Boost_LIBRARIES
}
)
qt5_use_modules
(
takin_
pol Core Gui Widgets 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