X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=02fea2980d91ce1b1ef899ecda3e1d183000dd15;hb=dc9163f8016047f29603c3d40032655132f5c109;hp=a822fc2465810b68797cc26febc19102dcffb733;hpb=595328963a34ba8040d16e825f89973d70ad8b3d;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index a822fc24..02fea298 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -7,6 +7,7 @@ set(HLA_HEADERS HLABasicDataElement.hxx HLABasicDataType.hxx HLADataElement.hxx + HLADataElementVisitor.hxx HLADataType.hxx HLADataTypeVisitor.hxx HLAEnumeratedDataElement.hxx @@ -23,6 +24,8 @@ set(HLA_HEADERS HLARawDataElement.hxx HLAVariantDataElement.hxx HLAVariantDataType.hxx + HLAVariantRecordDataElement.hxx + HLAVariantRecordDataType.hxx ) set(HLA_SOURCES @@ -43,8 +46,8 @@ set(HLA_SOURCES HLAOMTXmlVisitor.cxx HLAPropertyDataElement.cxx HLARawDataElement.cxx - HLAVariantDataElement.cxx - HLAVariantDataType.cxx + HLAVariantRecordDataElement.cxx + HLAVariantRecordDataType.cxx ) simgear_component(hla hla "${HLA_SOURCES}" "${HLA_HEADERS}")