cmake: install gen_config.json files
To enable access by external tools outside of CMake. Signed-off-by: Nick Spinale <nick@nickspinale.com>
This commit is contained in:
parent
c642a398ba
commit
6d439a4646
1 changed files with 1 additions and 0 deletions
|
|
@ -742,6 +742,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
|||
PATTERN "api/syscall.xml"
|
||||
PATTERN "api/syscall.xsd"
|
||||
PATTERN "interfaces/sel4.xml"
|
||||
PATTERN "gen_config.json"
|
||||
)
|
||||
# Manually resolve conflict between the two files name sel4arch.xml
|
||||
install(
|
||||
|
|
|
|||
Loading…
Reference in a new issue