Inform about source and build dir

This commit is contained in:
Simon Stürz 2018-01-04 16:54:55 +01:00 committed by Michael Zanetti
parent 704f7da9fc
commit eae359013f

View File

@ -29,6 +29,8 @@ message("Building guh version $${GUH_VERSION_STRING}")
message("JSON-RPC API version $${JSON_PROTOCOL_VERSION_MAJOR}.$${JSON_PROTOCOL_VERSION_MINOR}")
message("REST API version $${REST_API_VERSION}")
message("Plugin path $${GUH_PLUGINS_PATH}")
message("Source directory: $${top_srcdir}")
message("Build directory: $${top_builddir}")
# Check debug mode
CONFIG(debug, debug|release) {