indentlog: xo_install_library2() -> xo_install_library3()
This commit is contained in:
parent
0f898ff011
commit
f88484a79d
2 changed files with 7 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
|
@ -1,5 +1,9 @@
|
|||
# indentlog build details
|
||||
|
||||
## mac osx
|
||||
|
||||
Note: ~ expansion doesn't work in a pure build environment.
|
||||
|
||||
## Test Coverage
|
||||
|
||||
### enable coverage build
|
||||
|
|
|
|||
|
|
@ -38,8 +38,9 @@ xo_add_headeronly_library(indentlog)
|
|||
# ----------------------------------------------------------------
|
||||
# standard install + provide find_package() support
|
||||
|
||||
xo_install_library2(indentlog)
|
||||
xo_install_include_tree()
|
||||
#xo_install_library2(indentlog)
|
||||
#xo_install_include_tree()
|
||||
xo_install_library3(indentlog ${PROJECT_NAME}Targets)
|
||||
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue