mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 01:51:58 +02:00
Move Tomahawk version info out of config.h, should reduce code recompilation/increase ccache cache hits
This commit is contained in:
9
src/TomahawkVersion.h.in
Normal file
9
src/TomahawkVersion.h.in
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef TOMAHAWK_VERSION_H
|
||||
#define TOMAHAWK_VERSION_H
|
||||
|
||||
#cmakedefine TOMAHAWK_ORGANIZATION_NAME "${TOMAHAWK_ORGANIZATION_NAME}"
|
||||
#cmakedefine TOMAHAWK_ORGANIZATION_DOMAIN "${TOMAHAWK_ORGANIZATION_DOMAIN}"
|
||||
#cmakedefine TOMAHAWK_APPLICATION_NAME "${TOMAHAWK_APPLICATION_NAME}"
|
||||
#cmakedefine TOMAHAWK_VERSION "${TOMAHAWK_VERSION}"
|
||||
|
||||
#endif // TOMAHAWK_VERSION_H
|
Reference in New Issue
Block a user