mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:11:54 +00:00
Different OS have ip binary on different locations It can be configured at: - compile time `IP_BINARY` - execution time `--ip-binary`
10 lines
216 B
CMake
10 lines
216 B
CMake
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine BUILD_BINDIR "@BUILD_BINDIR@"
|
|
#cmakedefine RELY_UDEV @RELY_UDEV@
|
|
#cmakedefine IP_BINARY @IP_BINARY@
|
|
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
#endif // CONFIG_H
|