X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=5bc78c9d41d6a2dd924aa7da2c79e209bd724f7e;hb=7dc8bf3aa41655e8ae63a7193fe99b5a7802a6b7;hp=b575c4ce6a80eea3ff5fa28ce5a4835df14c4bda;hpb=124db3da8e7243d3aaea5a5cad379b3a682d5fe0;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index b575c4ce..5bc78c9d 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -23,8 +23,6 @@ set(HLA_HEADERS HLAPropertyDataElement.hxx HLARawDataElement.hxx HLATypes.hxx - HLAVariantDataElement.hxx - HLAVariantDataType.hxx HLAVariantRecordDataElement.hxx HLAVariantRecordDataType.hxx ) @@ -40,6 +38,7 @@ set(HLA_SOURCES HLAEnumeratedDataElement.cxx HLAEnumeratedDataType.cxx HLAFederate.cxx + HLAInteractionClass.cxx HLAFixedRecordDataElement.cxx HLAFixedRecordDataType.cxx HLAObjectClass.cxx @@ -54,16 +53,17 @@ 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