diff --git a/tools/pikaByteCodeGen/CMakeLists.txt b/tools/pikaByteCodeGen/CMakeLists.txt index 377fd7af5..230e4ccf4 100644 --- a/tools/pikaByteCodeGen/CMakeLists.txt +++ b/tools/pikaByteCodeGen/CMakeLists.txt @@ -25,6 +25,8 @@ IF(CROSS_COMPILE) ELSE(CROSS_COMPILE) target_link_libraries(pikaByteCodeGen pikabinder + pthread + dl ) ENDIF(CROSS_COMPILE)