summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInokinoki <veyx.shaw@gmail.com>2020-06-08 08:57:30 +0200
committerPeng Wu <alexepico@gmail.com>2020-06-08 16:29:44 +0800
commita6d51d2f7c513393e92105290f488ee3bb4930e8 (patch)
tree43051893e87ad37f5da8e2006aa8fcce34c759b4
parentb206de15c32835e58654ba19238e232210df1097 (diff)
downloadlibpinyin-a6d51d2f7c513393e92105290f488ee3bb4930e8.tar.gz
libpinyin-a6d51d2f7c513393e92105290f488ee3bb4930e8.tar.xz
libpinyin-a6d51d2f7c513393e92105290f488ee3bb4930e8.zip
Fix include issue with autogenerated config.h
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78761aa..c042b09 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,6 +162,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
endif (CMAKE_BUILD_TYPE MATCHES Debug)
include_directories(
+ ${CMAKE_BINARY_DIR}
${GLIB2_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/
${PROJECT_SOURCE_DIR}/src