Core/Misc: Fix building mmaps_geenrator on linux.

This commit is contained in:
triluch
2017-03-17 08:26:40 +01:00
committed by HeartWell
parent c4ed0375d4
commit 6908181569

View File

@@ -129,6 +129,7 @@ target_link_libraries(mmaps_generator
${OPENSSL_LIBRARIES}
${BZIP2_LIBRARIES}
${ZLIB_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
if( UNIX )