mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
use 'git describe' to generate version info for the about box and servatrice. fixes issue #20
This commit is contained in:
parent
a1bcd9854f
commit
89bb8e72ee
10 changed files with 49 additions and 12 deletions
|
|
@ -69,7 +69,8 @@ SET(cockatrice_SOURCES
|
|||
src/localserverinterface.cpp
|
||||
src/localclient.cpp
|
||||
src/priceupdater.cpp
|
||||
src/soundengine.cpp
|
||||
src/soundengine.cpp
|
||||
${CMAKE_CURRENT_BINARY_DIR}/../common/version_string.cpp
|
||||
)
|
||||
SET(cockatrice_HEADERS
|
||||
src/abstractcounter.h
|
||||
|
|
@ -153,7 +154,7 @@ set(cockatrice_TS
|
|||
translations/cockatrice_pt.ts
|
||||
translations/cockatrice_ru.ts
|
||||
translations/cockatrice_sk.ts
|
||||
)
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set(cockatrice_SOURCES ${cockatrice_SOURCES} cockatrice.rc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue