android: CMakeLists.txt 增加头文件路径

这样就可以使用之前去掉 QT_UI 宏的 include/config.h
This commit is contained in:
Calcitem 2020-11-14 01:39:17 +08:00
parent abb15582b3
commit e34dc1013d
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ add_library( # Sets the name of the library.
../../../../uci.cpp
../../../../ucioption.cpp)
include_directories(
../../../../../include
../../../../
)
find_library( # Sets the name of the path variable.
log-lib