Files
comaps/traffxml/CMakeLists.txt
mvglasow bb410fc3bc [traffxml] Add module
Signed-off-by: mvglasow <michael -at- vonglasow.com>
2025-07-28 00:33:19 +03:00

17 lines
242 B
CMake

project(traffxml)
set(SRC
traff_decoder.cpp
traff_decoder.hpp
traff_model.cpp
traff_model.hpp
traff_model_xml.cpp
traff_model_xml.hpp
)
omim_add_library(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME}
pugixml
)