mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Don't ship integration test files
This commit is contained in:
parent
d83cf0ac56
commit
260bf97c0a
|
@ -1581,9 +1581,11 @@ set(COPY_FILES
|
|||
${DISCORDSDK_COPY_FILES}
|
||||
${VULKAN_COPY_FILES}
|
||||
${EXCEPTION_HANDLING_COPY_FILES}
|
||||
${INTEGRATION_TEST_COPY_FILES}
|
||||
)
|
||||
file(COPY ${COPY_FILES} DESTINATION .)
|
||||
# Don't add integration test files to COPY_FILES since we don't want to add
|
||||
# them in cpack.
|
||||
file(COPY ${INTEGRATION_TEST_COPY_FILES} DESTINATION .)
|
||||
|
||||
set(COPY_DIRS ${SDL2_COPY_DIRS})
|
||||
file(COPY ${COPY_DIRS} DESTINATION .)
|
||||
|
|
Loading…
Reference in a new issue