xo-cmake: + xo_install_library3()
This commit is contained in:
parent
4c825252ed
commit
1c648d70c3
1 changed files with 14 additions and 0 deletions
|
|
@ -184,6 +184,20 @@ macro(xo_install_library2 target)
|
||||||
)
|
)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
macro(xo_install_library3 target projectTargets)
|
||||||
|
install(
|
||||||
|
TARGETS ${target}
|
||||||
|
EXPORT ${projectTargets}
|
||||||
|
LIBRARY DESTINATION lib COMPONENT Runtime
|
||||||
|
ARCHIVE DESTINATION lib COMPONENT Development
|
||||||
|
RUNTIME DESTINATION bin COMPONENT Runtime
|
||||||
|
PUBLIC_HEADER DESTINATION include COMPONENT Development
|
||||||
|
BUNDLE DESTINATION bin COMPONENT Runtime
|
||||||
|
)
|
||||||
|
|
||||||
|
xo_install_include_tree()
|
||||||
|
endmacro()
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
|
|
||||||
# for projectname=foo, require:
|
# for projectname=foo, require:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue