mirror of
https://github.com/lat9nq/tzdb_to_nx.git
synced 2025-05-14 08:48:32 +00:00
7 lines
241 B
CMake
7 lines
241 B
CMake
add_executable(tzdb2nx
|
|
main.cpp
|
|
tzif.cpp
|
|
tzif.h)
|
|
|
|
set(TZDB2NX_PATH "${CMAKE_CURRENT_BINARY_DIR}/tzdb2nx" CACHE PATH "Path to tzdb2nx path")
|
|
set_target_properties(tzdb2nx PROPERTIES CMAKE_RUNTIME_OUTPUT_DIRECTORY ${TZDB2NX_PATH})
|