CMakeLists.txt: use more succint variables

This commit is contained in:
2016-03-15 21:56:07 +01:00
parent 38890be47d
commit 4f9c638798
2 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
#define PROJECT_NAME "${CMAKE_PROJECT_NAME}"
#define PROJECT_NAME "${PROJECT_NAME}"
#define PROJECT_VERSION "${project_VERSION}"
#define PROJECT_URL "${project_URL}"