Use the PUBLIC_HEADER property to prepare for building an OS X framework

This commit is contained in:
Lukáš Lalinský
2011-04-18 16:50:18 +02:00
parent 4cda0eeb7b
commit d03ef3c312
23 changed files with 96 additions and 61 deletions

View File

@ -1,6 +0,0 @@
ADD_SUBDIRECTORY( vorbis )
ADD_SUBDIRECTORY( speex )
ADD_SUBDIRECTORY( flac )
INSTALL( FILES oggfile.h oggpage.h oggpageheader.h xiphcomment.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib )

View File

@ -1,2 +0,0 @@
INSTALL( FILES oggflacfile.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)

View File

@ -1 +0,0 @@
INSTALL( FILES speexfile.h speexproperties.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)

View File

@ -1 +0,0 @@
INSTALL( FILES vorbisfile.h vorbisproperties.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)