浏览代码

Merge pull request #3993 from richardkchapman/java-ee-build

HPCC-8826 Build errors on java plugin in EE build

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 12 年之前
父节点
当前提交
915f303d2c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/javaembed/CMakeLists.txt

+ 1 - 0
plugins/javaembed/CMakeLists.txt

@@ -42,6 +42,7 @@ include_directories (
          ./../../common/deftype
          ./../../system/jlib
          ${CMAKE_BINARY_DIR}
+         ${CMAKE_BINARY_DIR}/oss
     )
 
 ADD_DEFINITIONS( -D_USRDLL -DJAVAEMBED_EXPORTS )