Fixed font tool in CMake, found by wintermute
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10239 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
afb9e12ce5
commit
a4c58d5914
@ -164,10 +164,10 @@ if(FONT_TOOL)
|
||||
find_package(X11)
|
||||
include_directories(${FREETYPE_INCLUDE_DIRS})
|
||||
add_executable(font_tool
|
||||
src/font_tool/CFontTool.cpp
|
||||
src/font_tool/CFontTool.h
|
||||
src/font_tool/CVectorFontTool.h
|
||||
src/font_tool/main.cpp
|
||||
tools/font_tool/CFontTool.cpp
|
||||
tools/font_tool/CFontTool.h
|
||||
tools/font_tool/CVectorFontTool.h
|
||||
tools/font_tool/main.cpp
|
||||
)
|
||||
target_link_libraries(font_tool ${FREETYPE_LIBRARIES})
|
||||
target_link_libraries(font_tool ${X11_Xft_LIB})
|
||||
|
Loading…
x
Reference in New Issue
Block a user