X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=5bc78c9d41d6a2dd924aa7da2c79e209bd724f7e;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=f9c35c5ec9d696c2543951c20c7adb80e3060d25;hpb=110753e92c4d512432b93d8789348a54341dec98;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index f9c35c5e..5bc78c9d 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -22,8 +22,9 @@ set(HLA_HEADERS HLAOMTXmlVisitor.hxx HLAPropertyDataElement.hxx HLARawDataElement.hxx - HLAVariantDataElement.hxx - HLAVariantDataType.hxx + HLATypes.hxx + HLAVariantRecordDataElement.hxx + HLAVariantRecordDataType.hxx ) set(HLA_SOURCES @@ -37,6 +38,7 @@ set(HLA_SOURCES HLAEnumeratedDataElement.cxx HLAEnumeratedDataType.cxx HLAFederate.cxx + HLAInteractionClass.cxx HLAFixedRecordDataElement.cxx HLAFixedRecordDataType.cxx HLAObjectClass.cxx @@ -44,24 +46,28 @@ set(HLA_SOURCES HLAOMTXmlVisitor.cxx HLAPropertyDataElement.cxx HLARawDataElement.cxx - HLAVariantDataElement.cxx - HLAVariantDataType.cxx + HLAVariantRecordDataElement.cxx + HLAVariantRecordDataType.cxx ) 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}" "")