Fixes #193 : build fails after renaming README and COPYING
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2813 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: fbe0571ddced425370c87dd3b63c6a8b02acda9f Former-commit-id: 03186cf5b511e743a3a84db8c2170b3f5616c34c
This commit is contained in:
parent
c28e92f906
commit
da58052936
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ SET(CPACK_PACKAGE_NAME "Speed Dreams")
|
|||
SET(CPACK_PACKAGE_VENDOR "the Speed Dreams team")
|
||||
SET(CPACK_PACKAGE_CONTACT "http:\\\\\\\\www.speed-dreams.org")
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Speed Dreams (an Open Motorsport Sim) is a racing simulation that allows you to drive in races against opponents simulated by the computer ; it is GPL 2+ and has been forked from TORCS in late 2008")
|
||||
SET(CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
|
||||
SET(CPACK_RESOURCE_FILE_README "${SOURCE_DIR}/README")
|
||||
SET(CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING.txt")
|
||||
SET(CPACK_RESOURCE_FILE_README "${SOURCE_DIR}/README.txt")
|
||||
|
||||
SET(EXECUTABLE_NAME "${INTERNAL_NAME}")
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};Start ${CPACK_PACKAGE_NAME}")
|
||||
|
|
Loading…
Reference in a new issue