mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
626ecd21cc
Produces files identical to Nintendo's format.
8 lines
118 B
CMake
8 lines
118 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(tzdb2nx VERSION 1.0)
|
|
|
|
set(CMAKE_CXX_STANDARD 20)
|
|
|
|
add_subdirectory(src)
|