Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
bebfa52e
Commit
bebfa52e
authored
Dec 18, 2020
by
Langella Olivier
Browse files
install binary shared library in lib dir destination directly
parent
fc3e7d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
bebfa52e
...
...
@@ -258,7 +258,7 @@ else (MXE)
#ADD_EXECUTABLE(new_parseur parseur.cpp)
#TARGET_LINK_LIBRARIES(new_parseur ${MASSCHROQ_LIB_NAME} ${QT_LIBRARIES})
install
(
TARGETS
${
MASSCHROQ_LIB_NAME
}
LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/masschroq
)
install
(
TARGETS
${
MASSCHROQ_LIB_NAME
}
LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
endif
(
MXE
)
...
...
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