added link dependency between WorldStorage and OSSupport
This commit is contained in:
parent
1f938b721b
commit
d0cd9a2b36
@ -9,3 +9,5 @@ file(GLOB SOURCE
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(WorldStorage ${SOURCE})
|
add_library(WorldStorage ${SOURCE})
|
||||||
|
|
||||||
|
target_link_libraries(WorldStorage OSSupport)
|
||||||
|
Loading…
Reference in New Issue
Block a user