android: CMakeLists.txt 增加头文件路径
这样就可以使用之前去掉 QT_UI 宏的 include/config.h
This commit is contained in:
parent
abb15582b3
commit
e34dc1013d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue