X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=cd91a81eec00ce0e61837d40cd594c33318d3c74;hb=a563cfd0f2a5e68ad0eab1a371b141fab4ddd59e;hp=722f1d56487aa7d3b09fbf33e24ad406be2f0d91;hpb=63081c94a1e65d20b6e2680f2238f92c5be2bc76;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index 722f1d56..cd91a81e 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -40,6 +40,7 @@ set(HLA_SOURCES HLAEnumeratedDataElement.cxx HLAEnumeratedDataType.cxx HLAFederate.cxx + HLAInteractionClass.cxx HLAFixedRecordDataElement.cxx HLAFixedRecordDataType.cxx HLAObjectClass.cxx @@ -54,17 +55,22 @@ simgear_component(hla hla "${HLA_SOURCES}" "${HLA_HEADERS}") if(RTI_FOUND) set(RTI13_SOURCES + RTI13InteractionClass.cxx 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}") endif() set(RTI_SOURCES + RTIInteractionClass.cxx RTIObjectClass.cxx RTIObjectInstance.cxx RTIFederate.cxx + RTIFederateFactory.cxx + RTIFederateFactoryRegistry.cxx ) simgear_component(rti hla "${RTI_SOURCES}" "")