Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kml/CMakeLists.txt')
-rw-r--r--kml/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/kml/CMakeLists.txt b/kml/CMakeLists.txt
new file mode 100644
index 0000000000..97b0b4b43e
--- /dev/null
+++ b/kml/CMakeLists.txt
@@ -0,0 +1,16 @@
+project(kml)
+
+set(
+ SRC
+ header_binary.hpp
+ serdes.cpp
+ serdes.hpp
+ serdes_binary.cpp
+ serdes_binary.hpp
+ type_utils.hpp
+ types.hpp
+ visitors.hpp
+)
+
+add_library(${PROJECT_NAME} ${SRC})
+omim_add_test_subdirectory(kml_tests)