diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-24 22:13:37 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-24 22:13:37 -0400 |
commit | 249d47c5f7b59c70d990e2530445d3c6cba7aa12 (patch) | |
tree | f3b26263bc11066004bfaad645900a6f756ce2be /CMakeLists.txt | |
parent | 5d8209cf10e007f087ff9c7ce023d0530a76815b (diff) | |
download | abaddon-portaudio-249d47c5f7b59c70d990e2530445d3c6cba7aa12.tar.gz abaddon-portaudio-249d47c5f7b59c70d990e2530445d3c6cba7aa12.zip |
initial font stuff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |