Compile fixes

This commit is contained in:
Phillip Stephens 2017-07-02 03:13:43 -07:00
parent 12e49581c1
commit d0b194d6e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
add_executable(heclTest WIN32 main.cpp)
target_link_libraries(heclTest
hecl-common hecl-blender-addon athena-core xxhash
logvisor boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})
hecl-common hecl-blender-addon athena-core athena-libyaml xxhash
logvisor boo ${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})