fortrangoingonforty/fortty / cac10ee

Browse files

getting built on mac

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
cac10ee67b2f0344301552bd93b76b7db011ba46
Parents
2740db7
Tree
e8e8bbb

1 changed file

StatusFile+-
M CMakeLists.txt 1 0
CMakeLists.txtmodified
@@ -41,6 +41,7 @@ endif()
4141
 if(FONTCONFIG_FOUND)
4242
     target_compile_definitions(helpers PRIVATE HAVE_FONTCONFIG)
4343
     target_include_directories(helpers PRIVATE ${FONTCONFIG_INCLUDE_DIRS})
44
+    target_link_directories(helpers PRIVATE ${FONTCONFIG_LIBRARY_DIRS})
4445
     target_link_libraries(helpers PRIVATE ${FONTCONFIG_LIBRARIES})
4546
     message(STATUS "Fontconfig found - enabling portable font discovery")
4647
 else()