From f55d5545a65cb4f0de835ea8e68b3ebd71d8eb10 Mon Sep 17 00:00:00 2001 From: Sergey Magidovich Date: Mon, 30 Jan 2017 18:30:46 +0300 Subject: Fix cmake build. --- openlr/openlr_stat/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openlr/openlr_stat') diff --git a/openlr/openlr_stat/CMakeLists.txt b/openlr/openlr_stat/CMakeLists.txt index dbaaaaf697..54d2b10278 100644 --- a/openlr/openlr_stat/CMakeLists.txt +++ b/openlr/openlr_stat/CMakeLists.txt @@ -1,5 +1,7 @@ project(openlr_stat) +include_directories(${OMIM_ROOT}/3party/gflags/src) + set( SRC openlr_stat.cpp -- cgit v1.2.3