Skip to content
Snippets Groups Projects
Commit 3cbe6d5b authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

graf2d/x11ttf: do not use file globbing

parent 4d60062a
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,20 @@
include_directories(${FREETYPE_INCLUDE_DIRS} ${X11_INCLUDE_DIR})
ROOT_STANDARD_LIBRARY_PACKAGE(GX11TTF
DICTIONARY_OPTIONS "-writeEmptyRootPCM"
DEPENDENCIES GX11 Graf
LIBRARIES ${X11_LIBRARIES} ${X11_Xpm_LIB} ${X11_Xft_LIB} ${FREETYPE_LIBRARIES} ZLIB::ZLIB ${CMAKE_THREAD_LIBS_INIT})
HEADERS
TGX11TTF.h
SOURCES
src/TGX11TTF.cxx
DICTIONARY_OPTIONS
-writeEmptyRootPCM
LIBRARIES
${X11_LIBRARIES}
${X11_Xpm_LIB}
${X11_Xft_LIB}
${FREETYPE_LIBRARIES}
ZLIB::ZLIB
${CMAKE_THREAD_LIBS_INIT}
DEPENDENCIES
GX11
Graf
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment