← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/build-util_jvm_module into lp:zorba/util-jvm-module

 

Matthias Brantner has proposed merging lp:~zorba-coders/zorba/build-util_jvm_module into lp:zorba/util-jvm-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/build-util_jvm_module/+merge/106707

also link against libzorba
-- 
https://code.launchpad.net/~zorba-coders/zorba/build-util_jvm_module/+merge/106707
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module.
=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt	2012-05-18 10:36:07 +0000
+++ src/CMakeLists.txt	2012-05-21 20:58:24 +0000
@@ -33,7 +33,7 @@
 # The important stuff is the library, which we install in Zorba's
 # default lib directory.
 ADD_LIBRARY(util-jvm SHARED util-jvm.cpp JavaVMSingleton.cpp)
-TARGET_LINK_LIBRARIES(util-jvm "${JAVA_JVM_LIBRARY}")
+TARGET_LINK_LIBRARIES(util-jvm "${JAVA_JVM_LIBRARY}" zorba_${ZORBA_STORE_NAME})
 INSTALL(TARGETS util-jvm DESTINATION lib)
 
 # Set this in the parent scope so it will be put into our Config.cmake file.


Follow ups