Skip to content

Commit

Permalink
Merge branch 'master' into feature/pypi_wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase authored Mar 13, 2024
2 parents bb33c6d + b3f89bc commit 5fd545c
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 128 deletions.
2 changes: 0 additions & 2 deletions ecal/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ endif()
######################################
set(ecal_cmn_src
src/ecal.cpp
src/ecal_clang.cpp
src/ecal_def.h
src/ecal_def_ini.h
src/ecal_descgate.cpp
Expand Down Expand Up @@ -475,7 +474,6 @@ set(ecal_header_cmn
include/ecal/types/monitoring.h
include/ecal/ecal.h
include/ecal/ecal_callback.h
include/ecal/ecal_clang.h
include/ecal/ecal_client.h
include/ecal/ecal_config.h
include/ecal/ecal_core.h
Expand Down
4 changes: 3 additions & 1 deletion lang/python/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
project(_ecal_core_py)

python_add_library(${PROJECT_NAME} MODULE WITH_SOABI
src/ecal_wrap.cxx
src/ecal_clang.cpp
src/ecal_clang.h
src/ecal_wrap.cxx
)

target_link_libraries(${PROJECT_NAME}
Expand Down
Loading

0 comments on commit 5fd545c

Please sign in to comment.