mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 14:51:54 +00:00
11 lines
172 B
CMake
11 lines
172 B
CMake
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#cmakedefine WITH_FOO
|
||
|
#cmakedefine WITH_BAR
|
||
|
|
||
|
#cmakedefine BAZ @BAZ@
|
||
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
||
|
|
||
|
#endif // CONFIG_H
|