X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FCMakeLists.txt;h=02fea2980d91ce1b1ef899ecda3e1d183000dd15;hb=dc9163f8016047f29603c3d40032655132f5c109;hp=f9c35c5ec9d696c2543951c20c7adb80e3060d25;hpb=be7065674586ffbb5940ab21a028bc8c461217e2;p=simgear.git diff --git a/simgear/hla/CMakeLists.txt b/simgear/hla/CMakeLists.txt index f9c35c5e..02fea298 100644 --- a/simgear/hla/CMakeLists.txt +++ b/simgear/hla/CMakeLists.txt @@ -24,6 +24,8 @@ set(HLA_HEADERS HLARawDataElement.hxx HLAVariantDataElement.hxx HLAVariantDataType.hxx + HLAVariantRecordDataElement.hxx + HLAVariantRecordDataType.hxx ) set(HLA_SOURCES @@ -44,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}")