mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
JNI should ignore -lfrc and installing the new ld scripts
Change-Id: I6b5d2767a0148bd01246c6a205ba32d30440b3d5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user