JNI should ignore -lfrc and installing the new ld scripts

Change-Id: I6b5d2767a0148bd01246c6a205ba32d30440b3d5
This commit is contained in:
Patrick Plenefisch
2014-09-25 20:50:01 -04:00
parent b6475d0503
commit 39da9d67ba
3 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ project(WPILibJavaJNI)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat=2 -Wextra -Wno-unused-parameter -fPIC -Werror")
SET(CMAKE_SKIP_BUILD_RPATH TRUE)
file(GLOB_RECURSE NI_LIBS ../../ni-libraries/*.so)
list(REMOVE_ITEM NI_LIBS ${CMAKE_CURRENT_SOURCE_DIR}/../../ni-libraries/libwpi.so ${CMAKE_CURRENT_SOURCE_DIR}/../../ni-libraries/libwpi_2015.so)
get_filename_component(HAL_API_INCLUDES ../../hal/include REALPATH)
## depends on libFRC_NetComm, halAthena Hal incl, wpilibJava (jar)
# this file requires embeddedJDKHome to be set