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

13 lines
245 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 ENABLE_SYSTEMD
2015-04-12 08:34:42 +00:00
#cmakedefine BUILD_BINDIR "@BUILD_BINDIR@"
#cmakedefine RELY_UDEV @RELY_UDEV@
#cmakedefine IP_BINARY @IP_BINARY@
2015-04-12 08:34:42 +00:00
2015-04-11 11:03:14 +00:00
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
#endif // CONFIG_H