Add date-tz to wxdata when not using MSVC

This commit is contained in:
Dan Paulat 2023-04-16 17:36:16 -05:00
parent d492e10edd
commit e78dc9b3db
3 changed files with 13 additions and 0 deletions

7
external/date.cmake vendored Normal file
View file

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.20)
set(PROJECT_NAME scwx-date)
set(USE_SYSTEM_TZ_DB ON)
set(BUILD_TZ_LIB ON)
add_subdirectory(date)