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

Install license to share/openrw on Linux and FreeBSD

This commit is contained in:
Daniel Evans 2016-06-21 21:26:09 +01:00
parent 16af74728c
commit dec57b4847

View File

@ -96,3 +96,14 @@ ENDIF()
IF(${BUILD_TESTS})
add_subdirectory(tests)
ENDIF()
#
# Finally
#
# Copy License file to install directory
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD")
install(FILES COPYING
DESTINATION share/openrw
)
endif()