Skip to content

Commit

Permalink
Preparing for FreeType - FreeType now required for Plasma and linked
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Apr 9, 2023
1 parent 0110480 commit 390e161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ find_package(CURL REQUIRED)
find_package(DirectX)
find_package(epoxy)
find_package(expat REQUIRED)
find_package(freetype)
find_package(freetype REQUIRED)
find_package(JPEG REQUIRED)
find_package(libwebm)
find_package(Ogg REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions Sources/Plasma/PubUtilLib/plPipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ target_link_libraries(plPipeline
plSurface
pfCamera # plCaptureRender, plDynamicEnvMap, plDXPipeline
pfGameGUIMgr # plCaptureRender
freetype
INTERFACE
pnFactory
)
Expand Down

0 comments on commit 390e161

Please sign in to comment.