mirror of
https://github.com/taglib/taglib.git
synced 2025-08-06 22:34:29 -04:00
Use the PUBLIC_HEADER property to prepare for building an OS X framework
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
ADD_SUBDIRECTORY( id3v1 )
|
||||
ADD_SUBDIRECTORY( id3v2 )
|
||||
|
||||
INSTALL(FILES mpegfile.h mpegproperties.h mpegheader.h xingheader.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib )
|
@ -1 +0,0 @@
|
||||
INSTALL( FILES id3v1tag.h id3v1genres.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)
|
@ -1,4 +0,0 @@
|
||||
ADD_SUBDIRECTORY( frames )
|
||||
|
||||
INSTALL(FILES id3v2extendedheader.h id3v2frame.h id3v2header.h id3v2synchdata.h id3v2footer.h id3v2framefactory.h id3v2tag.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)
|
||||
|
@ -1,13 +0,0 @@
|
||||
INSTALL(FILES
|
||||
attachedpictureframe.h
|
||||
commentsframe.h
|
||||
generalencapsulatedobjectframe.h
|
||||
popularimeterframe.h
|
||||
privateframe.h
|
||||
relativevolumeframe.h
|
||||
textidentificationframe.h
|
||||
uniquefileidentifierframe.h
|
||||
unknownframe.h
|
||||
unsynchronizedlyricsframe.h
|
||||
urllinkframe.h
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)
|
Reference in New Issue
Block a user