mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
SDK: Fix installation of <fairmq/sdk/DDSInfo.h>
This commit is contained in:
committed by
Dennis Klein
parent
3f655e330b
commit
eb9dcdd1f9
@@ -16,12 +16,12 @@ set(target SDK)
|
|||||||
set(SDK_PUBLIC_HEADER_FILES
|
set(SDK_PUBLIC_HEADER_FILES
|
||||||
../SDK.h
|
../SDK.h
|
||||||
DDSEnvironment.h
|
DDSEnvironment.h
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/DDSInfo.h
|
|
||||||
DDSSession.h
|
DDSSession.h
|
||||||
Topology.h
|
Topology.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SDK_PRIVATE_HEADER_FILES
|
set(SDK_PRIVATE_HEADER_FILES
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/DDSInfo.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SDK_SOURCE_FILES
|
set(SDK_SOURCE_FILES
|
||||||
@@ -91,3 +91,7 @@ foreach(HEADER IN LISTS SDK_PUBLIC_HEADER_FILES)
|
|||||||
DESTINATION ${_destination}
|
DESTINATION ${_destination}
|
||||||
)
|
)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/DDSInfo.h
|
||||||
|
DESTINATION ${PROJECT_INSTALL_INCDIR}/sdk
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user