Added interdependency links between the static libraries

This commit is contained in:
Anonymous
2014-01-19 04:46:30 -07:00
parent 14e3b1babf
commit ba6b73ed20
3 changed files with 14 additions and 0 deletions
@@ -131,3 +131,7 @@ add_library(sharedUtility STATIC
${SHARED_SOURCES}
${PLATFORM_SOURCES}
)
target_link_libraries(sharedUtility
sharedMath
)