Bugfix:Set variable "prefix" for WIN32
This commit is contained in:
parent
e72fe468a4
commit
09ce2233ce
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ IF(WIN32)
|
||||||
GET_CURRENT_YEAR(CURRENT_YEAR)
|
GET_CURRENT_YEAR(CURRENT_YEAR)
|
||||||
MESSAGE("Year for copyright is " ${CURRENT_YEAR})
|
MESSAGE("Year for copyright is " ${CURRENT_YEAR})
|
||||||
|
|
||||||
|
SET(prefix ${CMAKE_INSTALL_PREFIX})
|
||||||
SET(RC_COMMENT "${PACKAGE_NAME} library")
|
SET(RC_COMMENT "${PACKAGE_NAME} library")
|
||||||
SET(RC_INTERNAL_NAME "${PACKAGE_NAME} ${WIN32_MODE}")
|
SET(RC_INTERNAL_NAME "${PACKAGE_NAME} ${WIN32_MODE}")
|
||||||
SET(RC_ORIGINAL_NAME ${PACKAGE_NAME}.dll)
|
SET(RC_ORIGINAL_NAME ${PACKAGE_NAME}.dll)
|
||||||
|
|
Loading…
Add table
Reference in a new issue