mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8027] Added Cmake to git_id.
This commit is contained in:
parent
b76c4c2f3c
commit
21a650889c
2 changed files with 5 additions and 1 deletions
4
contrib/git_id/CMakeLists.txt
Normal file
4
contrib/git_id/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
SET(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
|
cmake_minimum_required (VERSION 2.6)
|
||||||
|
ADD_EXECUTABLE (git_id git_id.cpp)
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8026"
|
#define REVISION_NR "8027"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue