Files
comaps/traffxml/CMakeLists.txt
mvglasow 7107314e2f [traffic] Store colorings with message and build global coloring from that
Signed-off-by: mvglasow <michael -at- vonglasow.com>
2025-07-28 00:33:20 +03:00

18 lines
251 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
coding
)