mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Add missing link to glm
This commit is contained in:
parent
e9e2078563
commit
204d7f79df
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ target_link_libraries(novus-common
|
|||
KF6::XmlGui
|
||||
KF6::I18n
|
||||
Qt6::Core
|
||||
Qt6::Widgets)
|
||||
Qt6::Widgets
|
||||
glm::glm)
|
||||
target_compile_definitions(novus-common PRIVATE TRANSLATION_DOMAIN="novus")
|
||||
|
||||
add_library(Novus::Common ALIAS novus-common)
|
||||
|
|
Loading…
Add table
Reference in a new issue