#include guards in CMake generated headers.

This commit is contained in:
Tsuda Kageyu
2016-12-02 17:26:43 +09:00
parent 489e2e6cbb
commit f6a604f54b
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,11 @@
/* taglib_config.h. Generated by cmake from taglib_config.h.cmake */
#ifndef TAGLIB_TAGLIB_CONFIG_H
#define TAGLIB_TAGLIB_CONFIG_H
/* These values are no longer used. This file is present only for compatibility reasons. */
#define TAGLIB_WITH_ASF 1
#define TAGLIB_WITH_MP4 1
#endif