1
0

Fixed compilation

This commit is contained in:
andrew 2014-05-11 21:41:25 +03:00
parent e3c6c8f3dd
commit 6cb3483954

View File

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