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

11 lines
172 B
CMake
Raw Normal View History

2015-04-11 11:03:14 +00:00
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine WITH_FOO
#cmakedefine WITH_BAR
#cmakedefine BAZ @BAZ@
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
#endif // CONFIG_H