mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
src: Move tzdb2nx to its own directory
This commit is contained in:
parent
c91a0ccc43
commit
e359040558
@ -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)
|
||||||
|
4
src/tzdb2nx/CMakeLists.txt
Normal file
4
src/tzdb2nx/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
add_executable(tzdb2nx
|
||||||
|
main.cpp
|
||||||
|
tzif.cpp
|
||||||
|
tzif.h)
|
Loading…
Reference in New Issue
Block a user