add c-api test
This commit is contained in:
@@ -14,10 +14,18 @@ target_link_libraries(test_ipc_c_api
|
||||
fifo_ipc
|
||||
)
|
||||
|
||||
add_executable(test_ipc_python
|
||||
test_ipc_python.cpp
|
||||
add_executable(test_ipc_python_cpp
|
||||
test_ipc_python_cpp.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(test_ipc_python
|
||||
target_link_libraries(test_ipc_python_cpp
|
||||
fifo_ipc
|
||||
)
|
||||
|
||||
add_executable(test_ipc_python_c
|
||||
test_ipc_python_c.c
|
||||
)
|
||||
|
||||
target_link_libraries(test_ipc_python_c
|
||||
fifo_ipc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user