]> 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 cd91a81eec00ce0e61837d40cd594c33318d3c74..4e97253d3a2b40f0e651525621f04f9ddd92ef29 100644 (file)
@@ -23,8 +23,6 @@ set(HLA_HEADERS
     HLAPropertyDataElement.hxx
     HLARawDataElement.hxx
     HLATypes.hxx
-    HLAVariantDataElement.hxx
-    HLAVariantDataType.hxx
     HLAVariantRecordDataElement.hxx
     HLAVariantRecordDataType.hxx
     )
@@ -43,6 +41,7 @@ set(HLA_SOURCES
     HLAInteractionClass.cxx
     HLAFixedRecordDataElement.cxx
     HLAFixedRecordDataType.cxx
+    HLALocation.cxx
     HLAObjectClass.cxx
     HLAObjectInstance.cxx
     HLAOMTXmlVisitor.cxx
@@ -62,7 +61,6 @@ if(RTI_FOUND)
     RTI13FederateFactory.cxx
     )
   simgear_component(rti13 hla "${RTI13_SOURCES}" "")
-  set_property(TARGET sgrti13 APPEND PROPERTY COMPILE_FLAGS "-I${RTI_INCLUDE_DIR}")
 endif()
 
 set(RTI_SOURCES