From fe7fdc09762940dcd58641f3504a1429194158eb Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 16 Sep 2019 17:43:03 -0600 Subject: [PATCH] CMake: Reclassify direct/distributed/ headers as installed headers --- direct/src/distributed/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/distributed/CMakeLists.txt b/direct/src/distributed/CMakeLists.txt index 9b60daff62..898323f0d5 100644 --- a/direct/src/distributed/CMakeLists.txt +++ b/direct/src/distributed/CMakeLists.txt @@ -4,6 +4,10 @@ endif() set(P3DISTRIBUTED_HEADERS config_distributed.h + cConnectionRepository.h + cConnectionRepository.I + cDistributedSmoothNodeBase.h + cDistributedSmoothNodeBase.I ) set(P3DISTRIBUTED_SOURCES @@ -12,11 +16,7 @@ set(P3DISTRIBUTED_SOURCES set(P3DISTRIBUTED_IGATEEXT cConnectionRepository.cxx - cConnectionRepository.h - cConnectionRepository.I cDistributedSmoothNodeBase.cxx - cDistributedSmoothNodeBase.h - cDistributedSmoothNodeBase.I ) add_component_library(p3distributed NOINIT SYMBOL BUILDING_DIRECT_DISTRIBUTED