diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-12-21 17:26:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 17:26:21 +0100 |
| commit | 1cafe3e602d3f697c8d2daaa9b634f3ad23b0d53 (patch) | |
| tree | f0a248ef08fb51ef0ec29178ef41fd4168d4c85d /data/sql_filelist.cmake | |
| parent | fd98b78140b5b3f976af25d71cb121ee1ba30fa6 (diff) | |
| parent | f969d51e0bf128bfacba075e689205b512b31583 (diff) | |
| download | PROJ-1cafe3e602d3f697c8d2daaa9b634f3ad23b0d53.tar.gz PROJ-1cafe3e602d3f697c8d2daaa9b634f3ad23b0d53.zip | |
Merge pull request #2494 from kbevers/nkg_trans_final
Implementing the NKG transformations in proj.db
Diffstat (limited to 'data/sql_filelist.cmake')
| -rw-r--r-- | data/sql_filelist.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake index a21e8630..e7bca4ff 100644 --- a/data/sql_filelist.cmake +++ b/data/sql_filelist.cmake @@ -35,5 +35,6 @@ set(SQL_FILES "${SQL_DIR}/grid_alternatives.sql" "${SQL_DIR}/grid_alternatives_generated_noaa.sql" "${SQL_DIR}/customizations.sql" + "${SQL_DIR}/nkg.sql" "${SQL_DIR}/commit.sql" ) |
