Added public headers

This commit is contained in:
Micke Prag 2010-10-07 07:44:00 +00:00
parent 697f7221cf
commit 387f997816

View file

@ -8,6 +8,8 @@ SET( telldus-core_SRCS
) )
SET( telldus-core_HDRS SET( telldus-core_HDRS
)
SET( telldus-core_PUB_HDRS
telldus-core.h telldus-core.h
) )
@ -68,6 +70,7 @@ ENDIF (APPLE)
ADD_LIBRARY(${telldus-core_TARGET} SHARED ADD_LIBRARY(${telldus-core_TARGET} SHARED
${telldus-core_SRCS} ${telldus-core_SRCS}
${telldus-core_HDRS} ${telldus-core_HDRS}
${telldus-core_PUB_HDRS}
) )
TARGET_LINK_LIBRARIES( ${telldus-core_TARGET} ${telldus-core_LIBRARIES} ) TARGET_LINK_LIBRARIES( ${telldus-core_TARGET} ${telldus-core_LIBRARIES} )
@ -76,7 +79,7 @@ SET_PROPERTY(TARGET ${telldus-core_TARGET}
PROPERTY FRAMEWORK TRUE PROPERTY FRAMEWORK TRUE
) )
SET_PROPERTY(TARGET ${telldus-core_TARGET} SET_PROPERTY(TARGET ${telldus-core_TARGET}
PROPERTY PUBLIC_HEADER ${telldus-core_HDRS} PROPERTY PUBLIC_HEADER ${telldus-core_PUB_HDRS}
) )
SET_PROPERTY(TARGET ${telldus-core_TARGET} SET_PROPERTY(TARGET ${telldus-core_TARGET}