1
0
Fork 0

added link dependency between WorldStorage and OSSupport

This commit is contained in:
Tycho Bickerstaff 2013-12-22 22:52:21 +00:00
parent 1f938b721b
commit d0cd9a2b36
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ file(GLOB SOURCE
)
add_library(WorldStorage ${SOURCE})
target_link_libraries(WorldStorage OSSupport)