build: support symlink-enabled variation
This commit is contained in:
parent
c0c9cf279e
commit
dd01874b2e
2 changed files with 1 additions and 6 deletions
|
|
@ -45,9 +45,4 @@ add_subdirectory(src/callback)
|
|||
|
||||
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# install .hpp files
|
||||
|
||||
xo_install_include_tree()
|
||||
|
||||
# end CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ set(SELF_LIB callback)
|
|||
#set(SELF_SRCS CallbackSet.cpp)
|
||||
|
||||
xo_add_headeronly_library(${SELF_LIB})
|
||||
xo_install_library3(${SELF_LIB} ${PROJECT_NAME}Targets)
|
||||
xo_install_library4(${SELF_LIB} ${PROJECT_NAME}Targets)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# external dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue