Test: [skip ci] fix installation directory of metadata test files

This commit is contained in:
wmayer
2022-03-15 20:34:02 +01:00
parent b640a1d106
commit 200e4be033

View File

@@ -39,7 +39,13 @@ fc_copy_sources(Test "${CMAKE_BINARY_DIR}/Mod/Test" ${Test_SRCS} ${TestData_SRCS
INSTALL(
FILES
${Test_SRCS}
${TestData_SRCS}
DESTINATION
Mod/Test
)
INSTALL(
FILES
${TestData_SRCS}
DESTINATION
Mod/Test/TestData
)