Added public headers
This commit is contained in:
parent
697f7221cf
commit
387f997816
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,8 @@ SET( telldus-core_SRCS
|
|||
)
|
||||
|
||||
SET( telldus-core_HDRS
|
||||
)
|
||||
SET( telldus-core_PUB_HDRS
|
||||
telldus-core.h
|
||||
)
|
||||
|
||||
|
@ -68,6 +70,7 @@ ENDIF (APPLE)
|
|||
ADD_LIBRARY(${telldus-core_TARGET} SHARED
|
||||
${telldus-core_SRCS}
|
||||
${telldus-core_HDRS}
|
||||
${telldus-core_PUB_HDRS}
|
||||
)
|
||||
|
||||
TARGET_LINK_LIBRARIES( ${telldus-core_TARGET} ${telldus-core_LIBRARIES} )
|
||||
|
@ -76,7 +79,7 @@ SET_PROPERTY(TARGET ${telldus-core_TARGET}
|
|||
PROPERTY FRAMEWORK TRUE
|
||||
)
|
||||
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue