Declare public dependencies

This commit is contained in:
Martchus 2016-11-08 20:01:28 +01:00
parent ed5dba0408
commit 66e12abdc2
2 changed files with 12 additions and 0 deletions

View File

@ -161,6 +161,8 @@ set(META_APP_DESCRIPTION "C++ library for reading and writing MP4 (iTunes), ID3,
set(META_VERSION_MAJOR 6)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 1)
set(META_PUBLIC_SHARED_LIB_DEPENDS c++utilities)
set(META_PUBLIC_STATIC_LIB_DEPENDS c++utilities_static)
# find c++utilities
find_package(c++utilities 4.0.0 REQUIRED)

View File

@ -14,4 +14,14 @@
# define TAG_PARSER_IMPORT LIB_IMPORT
#endif
/*!
* \def TAG_PARSER_EXPORT
* \brief Marks the symbol to be exported by the tagparser library.
*/
/*!
* \def TAG_PARSER_IMPORT
* \brief Marks the symbol to be imported from the tagparser library.
*/
#endif // TAG_PARSER_GLOBAL