1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

Copy License file to build directory

This commit is contained in:
Daniel Evans 2016-06-21 23:28:43 +01:00
parent dec57b4847
commit 65ee1911dc

View File

@ -107,3 +107,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
DESTINATION share/openrw
)
endif()
# And copy to build directory for CI
file(COPY COPYING
DESTINATION .
)