]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/CMakeLists.txt
HTTP: Rename urlretrieve/urlload to save/load.
[simgear.git] / simgear / hla / CMakeLists.txt
index b575c4ce6a80eea3ff5fa28ce5a4835df14c4bda..4e97253d3a2b40f0e651525621f04f9ddd92ef29 100644 (file)
@@ -23,8 +23,6 @@ set(HLA_HEADERS
     HLAPropertyDataElement.hxx
     HLARawDataElement.hxx
     HLATypes.hxx
-    HLAVariantDataElement.hxx
-    HLAVariantDataType.hxx
     HLAVariantRecordDataElement.hxx
     HLAVariantRecordDataType.hxx
     )
@@ -40,8 +38,10 @@ set(HLA_SOURCES
     HLAEnumeratedDataElement.cxx
     HLAEnumeratedDataType.cxx
     HLAFederate.cxx
+    HLAInteractionClass.cxx
     HLAFixedRecordDataElement.cxx
     HLAFixedRecordDataType.cxx
+    HLALocation.cxx
     HLAObjectClass.cxx
     HLAObjectInstance.cxx
     HLAOMTXmlVisitor.cxx
@@ -54,16 +54,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