xo-cmake: setup to make share target available via cmake install
This commit is contained in:
parent
f7a9eea840
commit
09e59840c0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ find_dependency(xo_reflectutil)
|
||||||
find_dependency(indentlog)
|
find_dependency(indentlog)
|
||||||
|
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
|
||||||
check_required_components("@PROJECT_NAME@")
|
check_required_components("@PROJECT_NAME@")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue