Files
comaps/libs/kml/kml_to_kmb/CMakeLists.txt
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

9 lines
180 B
CMake

# Console utility to convert KML file to KMB.
project(kml_to_kmb)
set(SRC kml_to_kmb.cpp)
omim_add_executable(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME} kml)