mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Add date-tz to wxdata when not using MSVC
This commit is contained in:
parent
d492e10edd
commit
e78dc9b3db
3 changed files with 13 additions and 0 deletions
7
external/date.cmake
vendored
Normal file
7
external/date.cmake
vendored
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue