Merge branch 'loaden-develop' into develop

This commit is contained in:
Jinhao 2018-04-07 23:09:02 +08:00
commit 82a6070145
2 changed files with 5 additions and 4 deletions

7
.gitignore vendored
View File

@ -7,6 +7,7 @@ bii/cmake/*
bii/deps/*
build/vc2013-bkl/*
build/makefile-bkl/*
build/compile_commands.json
*.obj
*.exe
*.pdb
@ -44,6 +45,6 @@ cmake-build-debug/
cmake_install.cmake
*.DS_Store
*.db
*.opendb
.vscode
*.db
*.opendb
.vscode

View File

@ -128,7 +128,7 @@ if(UNIX)
include(FindFreetype)
if(FREETYPE_FOUND)
include_directories( ${FREETYPE_INCLUDE_DIRS})
list(APPEND NANA_LINKS -lXft)
list(APPEND NANA_LINKS -lXft -lfontconfig)
endif()
endif()