1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 08:01:55 +00:00
miraclecast/config.h.cmake

11 lines
179 B
CMake
Raw Normal View History

2015-04-11 11:03:14 +00:00
#ifndef CONFIG_H
#define CONFIG_H
2015-04-12 08:34:42 +00:00
#cmakedefine BUILD_ENABLE_DEBUG
#cmakedefine BUILD_BINDIR "@BUILD_BINDIR@"
2015-04-11 11:03:14 +00:00
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
#endif // CONFIG_H