X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=5bc78c9d41d6a2dd924aa7da2c79e209bd724f7e;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=207210abb0500aaf3da5b2b32462a2fbdabf8dd7;hpb=becea84955bf1d553f0bb6b721ace64b9880fa93;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index 207210ab..5bc78c9d 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -7,6 +7,7 @@ set(HLA_HEADERS HLABasicDataElement.hxx HLABasicDataType.hxx HLADataElement.hxx + HLADataElementVisitor.hxx HLADataType.hxx HLADataTypeVisitor.hxx HLAEnumeratedDataElement.hxx @@ -21,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 @@ -32,9 +34,11 @@ set(HLA_SOURCES HLABasicDataType.cxx HLADataElement.cxx HLADataType.cxx + HLADataTypeVisitor.cxx HLAEnumeratedDataElement.cxx HLAEnumeratedDataType.cxx HLAFederate.cxx + HLAInteractionClass.cxx HLAFixedRecordDataElement.cxx HLAFixedRecordDataType.cxx HLAObjectClass.cxx @@ -42,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}" "")