xo-expression: build: install examples
This commit is contained in:
parent
b8b21c4f4a
commit
abf3330d69
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets
|
|||
add_subdirectory(example)
|
||||
add_subdirectory(utest)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
if (XO_ENABLE_EXAMPLES)
|
||||
install(TARGETS xo_expression_ex1 DESTINATION bin/xo/example)
|
||||
endif()
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# docs targets depend on all the other library/utest targets
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue