java - Intellij, how to import a module in a maven project -
i have maven project called assimp , i'd add, temporarily, module glm dependency
i went project property , added through "libraries", shown here:
but still have no trace (that can't use of it) of glm module inside assimp
if @ project window, misses
how can solve?
ps: note glm module not on maven repository
look under modules , in right-hand pane select tab dependencies. there should able manually add dependency of assimp on glm. if not, might give better idea of what's wrong.


Comments
Post a Comment