Skip to content

Commit

Permalink
Fix cmake part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyGharbi committed Feb 25, 2020
1 parent 64c80c3 commit f4f74e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set(freetype2_DEBUG_LIBRARY
set(freetype2_RELEASE_LIBRARY
${freetype2_INSTALL}/lib/freetype${CMAKE_STATIC_LIBRARY_SUFFIX})
ELSEIF(APPLE)
set(freetype2_DEBUG_LIBRARY
${freetype2_INSTALL}/lib/libfreetype${CMAKE_STATIC_LIBRARY_SUFFIX})
set(freetype2_RELEASE_LIBRARY
${freetype2_INSTALL}/lib/libfreetype${CMAKE_STATIC_LIBRARY_SUFFIX})
ENDIF()
Expand Down

0 comments on commit f4f74e1

Please sign in to comment.