Merge branch 'loaden-develop' into develop
This commit is contained in:
commit
82a6070145
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ bii/cmake/*
|
|||||||
bii/deps/*
|
bii/deps/*
|
||||||
build/vc2013-bkl/*
|
build/vc2013-bkl/*
|
||||||
build/makefile-bkl/*
|
build/makefile-bkl/*
|
||||||
|
build/compile_commands.json
|
||||||
*.obj
|
*.obj
|
||||||
*.exe
|
*.exe
|
||||||
*.pdb
|
*.pdb
|
||||||
|
@ -128,7 +128,7 @@ if(UNIX)
|
|||||||
include(FindFreetype)
|
include(FindFreetype)
|
||||||
if(FREETYPE_FOUND)
|
if(FREETYPE_FOUND)
|
||||||
include_directories( ${FREETYPE_INCLUDE_DIRS})
|
include_directories( ${FREETYPE_INCLUDE_DIRS})
|
||||||
list(APPEND NANA_LINKS -lXft)
|
list(APPEND NANA_LINKS -lXft -lfontconfig)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user