From 249d47c5f7b59c70d990e2530445d3c6cba7aa12 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 24 May 2021 22:13:37 -0400 Subject: initial font stuff --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 98bb306..5dd1007 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,9 @@ endif() if(WIN32) add_compile_definitions(_CRT_SECURE_NO_WARNINGS) add_compile_definitions(NOMINMAX) + + find_package(Fontconfig REQUIRED) + link_libraries(${Fontconfig_LIBRARIES}) endif() file(GLOB ABADDON_SOURCES -- cgit v1.2.3