1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

since shl_log.h does not include config.h, define BUILD_ENABLE_DEBUG through add_definitions() instead of config.h.cmake

This commit is contained in:
Derek Dai 2016-08-11 17:37:59 +08:00
parent 99ed3efd88
commit 6dd107a2fd
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine BUILD_ENABLE_DEBUG
#cmakedefine BUILD_BINDIR "@BUILD_BINDIR@"
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"