xS: parse project version from CMakeLists.txt
This commit is contained in:
8
xS/xS.go
8
xS/xS.go
@@ -40,13 +40,9 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var debugMode = false
|
||||
const projectName = "xS"
|
||||
|
||||
const (
|
||||
projectName = "xS"
|
||||
// TODO: Consider using the same version number for all subprojects.
|
||||
projectVersion = "0"
|
||||
)
|
||||
var debugMode = false
|
||||
|
||||
// --- Logging -----------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user