Skip to content
Snippets Groups Projects
Commit 510f629c authored by Sean Radigan's avatar Sean Radigan
Browse files

Added smGeometry to the exports list. Also linked smGeometry to smRendering.

parent afc3712a
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ export(TARGETS smCore
smCollision
smExternal
smExternalDevices
smGeometry
smMesh
smRendering
smShader
......
......@@ -10,6 +10,7 @@ simmedtk_add_library(smGeometry
target_link_libraries(smGeometry
PRIVATE
smCore
smRendering
)
if(BUILD_TESTING)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment