tzdb_to_nx/externals
comex d7150e9daf Don't pollute the source directory with binaries
tz's makefile can only build in-tree.  It *installs* to a different
directory (specified by `DESTDIR`), but the build artifacts are left in
the source tree, including `zic.o`, `zic`, etc.  This is disruptive to
CMake builds which are usually out-of-tree.  To work around this, copy
the whole source tree to a path under `CMAKE_CURRENT_BINARY_DIR`, and
build it from there.  It's a tiny project so the cost of copying is not
significant.
2023-06-25 13:38:15 -07:00
..
tz Don't pollute the source directory with binaries 2023-06-25 13:38:15 -07:00
CMakeLists.txt general: Use a submodule of eggert/tz 2023-06-16 01:16:02 -04:00