1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

rwlib: rwlib has a dependency on glm

This commit is contained in:
Anonymous Maarten 2017-11-05 02:31:37 +01:00 committed by Daniel Evans
parent 0422a6b5c0
commit f14bf308cf

View File

@ -56,6 +56,7 @@ target_include_directories(rwlib
target_link_libraries(rwlib
PUBLIC
glm::glm
openrw::interface
PRIVATE
OpenGL::GL