xo-cmake: setup to make share target available via cmake install
This commit is contained in:
parent
ca9fd7a96b
commit
9c144b6038
1 changed files with 1 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ include(CMakeFindDependencyMacro)
|
||||||
#find_dependency(callback)
|
#find_dependency(callback)
|
||||||
|
|
||||||
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