build: + install target for idl .json5 files
This commit is contained in:
parent
25af19a5f9
commit
df68f3f69f
1 changed files with 4 additions and 0 deletions
|
|
@ -193,6 +193,10 @@ xo_add_genfacet_all(xo-object2-genfacet-all)
|
||||||
add_subdirectory(src/object2)
|
add_subdirectory(src/object2)
|
||||||
add_subdirectory(utest)
|
add_subdirectory(utest)
|
||||||
|
|
||||||
|
install(DIRECTORY idl/
|
||||||
|
DESTINATION share/${PROJECT_NAME}/idl
|
||||||
|
FILES_MATCHING PATTERN "*.json5")
|
||||||
|
|
||||||
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${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