Skip to content

Commit 64aa95f

Browse files
committed
Fix executor_runner_mps and mpsdelegate linking with pybind; add multiple tests
1 parent 9d2af4c commit 64aa95f

File tree

9 files changed

+958
-289
lines changed

9 files changed

+958
-289
lines changed

backends/apple/mps/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ target_link_libraries(mpsdelegate
7777
${MPS_GRAPG_FRAMEWORK}
7878
)
7979

80+
target_link_options_shared_lib(mpsdelegate)
81+
target_compile_options(mpsdelegate PUBLIC ${_common_compile_options})
82+
8083
install(
8184
TARGETS mpsdelegate
8285
DESTINATION lib

0 commit comments

Comments
 (0)