diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-02-14 22:07:34 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 22:07:34 +1300 |
| commit | cb35cb17ace5d16c63d700378d78e0b057531e25 (patch) | |
| tree | 22effa82d30e6fb10d655b832065eeb8086b9015 /src/tests/CMakeLists.txt | |
| parent | 6bc988593357c2c5d47e98db6ee7e2a394113052 (diff) | |
| download | PROJ-cb35cb17ace5d16c63d700378d78e0b057531e25.tar.gz PROJ-cb35cb17ace5d16c63d700378d78e0b057531e25.zip | |
CMake: split configuration files for apps and tests (#3048)
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt new file mode 100644 index 00000000..4b4f8145 --- /dev/null +++ b/src/tests/CMakeLists.txt @@ -0,0 +1,4 @@ +# BUILD_GEOD is defined in src/apps/CMakeLists.txt +if(BUILD_TESTING AND BUILD_GEOD) + include(bin_geodtest.cmake) +endif() |
