1
0
Fork 0

Fixed compilation

This commit is contained in:
andrew 2014-05-11 21:41:25 +03:00
parent e3c6c8f3dd
commit 6cb3483954
1 changed files with 2 additions and 0 deletions

View File

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