]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/CMakeLists.txt
hla: Fixes for the data element index implementation.
[simgear.git] / simgear / hla / CMakeLists.txt
index b575c4ce6a80eea3ff5fa28ce5a4835df14c4bda..5bc78c9d41d6a2dd924aa7da2c79e209bd724f7e 100644 (file)
@@ -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