Skip to content

Commit fe7fdc0

Browse files
committed
CMake: Reclassify direct/distributed/ headers as installed headers
1 parent 52f590e commit fe7fdc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

direct/src/distributed/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ endif()
44

55
set(P3DISTRIBUTED_HEADERS
66
config_distributed.h
7+
cConnectionRepository.h
8+
cConnectionRepository.I
9+
cDistributedSmoothNodeBase.h
10+
cDistributedSmoothNodeBase.I
711
)
812

913
set(P3DISTRIBUTED_SOURCES
@@ -12,11 +16,7 @@ set(P3DISTRIBUTED_SOURCES
1216

1317
set(P3DISTRIBUTED_IGATEEXT
1418
cConnectionRepository.cxx
15-
cConnectionRepository.h
16-
cConnectionRepository.I
1719
cDistributedSmoothNodeBase.cxx
18-
cDistributedSmoothNodeBase.h
19-
cDistributedSmoothNodeBase.I
2020
)
2121

2222
add_component_library(p3distributed NOINIT SYMBOL BUILDING_DIRECT_DISTRIBUTED

0 commit comments

Comments
 (0)