]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
Fix crash starting at heliport.
[flightgear.git] / src / Navaids / CMakeLists.txt
index 5d15dd3d40d3204e473473a764d9f8fb64e10e55..d611e1c16c4f5a734bdb1f0fac683ee64e166473 100644 (file)
@@ -7,6 +7,7 @@ set(SOURCES
        navdb.cxx
        navlist.cxx
        navrecord.cxx
+       poidb.cxx
        positioned.cxx
        procedure.cxx
        route.cxx
@@ -25,6 +26,7 @@ set(HEADERS
        navdb.hxx
        navlist.hxx
        navrecord.hxx
+       poidb.hxx
        positioned.hxx
        procedure.hxx
        route.hxx
@@ -41,4 +43,4 @@ if (NOT SYSTEM_SQLITE)
     list(APPEND HEADERS sqlite3.h)
 endif()
 
-flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+flightgear_component(Navaids "${SOURCES}" "${HEADERS}")