getting built on mac
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
cac10ee67b2f0344301552bd93b76b7db011ba46- Parents
-
2740db7 - Tree
e8e8bbb
cac10ee
cac10ee67b2f0344301552bd93b76b7db011ba462740db7
e8e8bbb| Status | File | + | - |
|---|---|---|---|
| M |
CMakeLists.txt
|
1 | 0 |
CMakeLists.txtmodified@@ -41,6 +41,7 @@ endif() | |||
| 41 | if(FONTCONFIG_FOUND) | 41 | if(FONTCONFIG_FOUND) |
| 42 | target_compile_definitions(helpers PRIVATE HAVE_FONTCONFIG) | 42 | target_compile_definitions(helpers PRIVATE HAVE_FONTCONFIG) |
| 43 | target_include_directories(helpers PRIVATE ${FONTCONFIG_INCLUDE_DIRS}) | 43 | target_include_directories(helpers PRIVATE ${FONTCONFIG_INCLUDE_DIRS}) |
| 44 | + target_link_directories(helpers PRIVATE ${FONTCONFIG_LIBRARY_DIRS}) | ||
| 44 | target_link_libraries(helpers PRIVATE ${FONTCONFIG_LIBRARIES}) | 45 | target_link_libraries(helpers PRIVATE ${FONTCONFIG_LIBRARIES}) |
| 45 | message(STATUS "Fontconfig found - enabling portable font discovery") | 46 | message(STATUS "Fontconfig found - enabling portable font discovery") |
| 46 | else() | 47 | else() |