We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f590e commit fe7fdc0Copy full SHA for fe7fdc0
direct/src/distributed/CMakeLists.txt
@@ -4,6 +4,10 @@ endif()
4
5
set(P3DISTRIBUTED_HEADERS
6
config_distributed.h
7
+ cConnectionRepository.h
8
+ cConnectionRepository.I
9
+ cDistributedSmoothNodeBase.h
10
+ cDistributedSmoothNodeBase.I
11
)
12
13
set(P3DISTRIBUTED_SOURCES
@@ -12,11 +16,7 @@ set(P3DISTRIBUTED_SOURCES
16
17
set(P3DISTRIBUTED_IGATEEXT
14
18
cConnectionRepository.cxx
15
- cConnectionRepository.h
- cConnectionRepository.I
19
cDistributedSmoothNodeBase.cxx
- cDistributedSmoothNodeBase.h
- cDistributedSmoothNodeBase.I
20
21
22
add_component_library(p3distributed NOINIT SYMBOL BUILDING_DIRECT_DISTRIBUTED
0 commit comments