mirror of
https://github.com/lat9nq/tzdb_to_nx.git
synced 2025-05-14 16:58:35 +00:00
8 lines
146 B
CMake
8 lines
146 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(tzdb2nx VERSION 1.0)
|
|
|
|
set(CMAKE_CXX_STANDARD 20)
|
|
|
|
add_subdirectory(externals)
|
|
add_subdirectory(src)
|