Skip to content

Commit

Permalink
Add FTGL to render library
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed May 14, 2024
1 parent e59c5d1 commit 6ac579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/render/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ if(MSVC)
target_compile_options(render PUBLIC /Zc:__cplusplus)
endif(MSVC)

target_link_libraries(render PRIVATE base)
target_link_libraries(render PRIVATE base ${FTGL_LIBRARIES})

0 comments on commit 6ac579b

Please sign in to comment.