Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion builtins/libmathtext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

add_library(mathtext STATIC
fontembed.cc
fontembedpdf.cc
fontembedps.cc
geometry.cc
mathrender.cc
mathrenderstyle.cc
mathrendertoken.cc
Expand All @@ -15,7 +17,7 @@ add_library(mathtext STATIC
mathtextparse.cc
mathtextview.cc
)
target_include_directories(mathtext PUBLIC ./) # for mathtext/fontembed.h mathtext/mathrender.h mathtext/mathtext.h
target_include_directories(mathtext PUBLIC ./) # for mathtext/fontembed.h mathtext/mathrender.h mathtext/mathtext.h mathtext/geometry.h

check_cxx_compiler_flag(-Wbidi-chars=none GCC_HAS_BIDI_CHARS_FLAG)
if(GCC_HAS_BIDI_CHARS_FLAG)
Expand Down
Loading
Loading