mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 06:00:34 +08:00
EKF tests update SWIG usage and use latest containers
This commit is contained in:
@@ -14,7 +14,10 @@ set_source_files_properties(../ecl_EKF.i PROPERTIES CPLUSPLUS ON)
|
||||
include_directories(../..)
|
||||
|
||||
# Add swig module
|
||||
swig_add_module(ecl_EKF python ../ecl_EKF.i)
|
||||
swig_add_library(ecl_EKF
|
||||
LANGUAGE python
|
||||
SOURCES ../ecl_EKF.i
|
||||
)
|
||||
swig_link_libraries(ecl_EKF ecl_EKF ${PYTHON_LIBRARIES})
|
||||
|
||||
# Files to install with Python
|
||||
|
||||
Reference in New Issue
Block a user