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:
authorSergey Magidovich <mgsergio@mapswithme.com>2017-07-18 16:42:22 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-07-24 12:29:10 +0300
commit953b416c858632143a018fd94cf376d04474508c (patch)
tree1a30195a5b2397b0ebfc376617592194e5b5bd24 /3party/pugixml/CMakeLists.txt
parentf064decfe875126c5eff946dfec2d9e6daedf9db (diff)
Store all data required by asssessment tool in one file.
Diffstat (limited to '3party/pugixml/CMakeLists.txt')
-rw-r--r--3party/pugixml/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/3party/pugixml/CMakeLists.txt b/3party/pugixml/CMakeLists.txt
index 64be298433..04b6d8d001 100644
--- a/3party/pugixml/CMakeLists.txt
+++ b/3party/pugixml/CMakeLists.txt
@@ -4,9 +4,10 @@ include_directories(src)
set(
SRC
+ src/pugiconfig.hpp
src/pugixml.cpp
src/pugixml.hpp
- src/pugiconfig.hpp
+ src/utils.hpp
)
add_library(${PROJECT_NAME} ${SRC})