Explorar o código

CMake: Reclassify direct/distributed/ headers as installed headers

Sam Edwards %!s(int64=6) %!d(string=hai) anos
pai
achega
fe7fdc0976
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      direct/src/distributed/CMakeLists.txt

+ 4 - 4
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