]> 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 00b9629568990cb4c5d4d03b4eac44bc6a6c446c..4e97253d3a2b40f0e651525621f04f9ddd92ef29 100644 (file)
@@ -41,6 +41,7 @@ set(HLA_SOURCES
     HLAInteractionClass.cxx
     HLAFixedRecordDataElement.cxx
     HLAFixedRecordDataType.cxx
+    HLALocation.cxx
     HLAObjectClass.cxx
     HLAObjectInstance.cxx
     HLAOMTXmlVisitor.cxx
@@ -60,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