]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/CMakeLists.txt
hla: Introduce backend factory infrastructure.
[simgear.git] / simgear / hla / CMakeLists.txt
index 722f1d56487aa7d3b09fbf33e24ad406be2f0d91..b575c4ce6a80eea3ff5fa28ce5a4835df14c4bda 100644 (file)
@@ -57,6 +57,7 @@ if(RTI_FOUND)
     RTI13ObjectClass.cxx
     RTI13ObjectInstance.cxx
     RTI13Federate.cxx
+    RTI13FederateFactory.cxx
     )
   simgear_component(rti13 hla "${RTI13_SOURCES}" "")
   set_property(TARGET sgrti13 APPEND PROPERTY COMPILE_FLAGS "-I${RTI_INCLUDE_DIR}")
@@ -66,5 +67,7 @@ set(RTI_SOURCES
   RTIObjectClass.cxx
   RTIObjectInstance.cxx
   RTIFederate.cxx
+  RTIFederateFactory.cxx
+  RTIFederateFactoryRegistry.cxx
   )
 simgear_component(rti hla "${RTI_SOURCES}" "")