src: Move tzdb2nx to its own directory

This commit is contained in:
lat9nq 2023-05-27 19:33:00 -04:00
parent c91a0ccc43
commit e359040558
5 changed files with 6 additions and 5 deletions

View File

@ -5,9 +5,6 @@ add_compile_options(
-Werror=shadow -Werror=shadow
) )
add_executable(tzdb2nx
main.cpp
tzif.cpp
tzif.h)
include_directories(.) include_directories(.)
add_subdirectory(tzdb2nx)

View File

@ -0,0 +1,4 @@
add_executable(tzdb2nx
main.cpp
tzif.cpp
tzif.h)