公告板
版本库
filestore
活动
搜索
登录
valib
/
c_bhomebus
shm的c++通讯库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update
wangzhengquan
2021-02-08
bc2afe32e8db4318f2a2adea49d85b10d0d4cc97
[valib/c_bhomebus.git]
/
shm_util
/
CMakeLists.txt
1
2
3
4
5
6
add_executable(shm_util shm_util.cpp )
target_link_libraries(shm_util PRIVATE shm_queue ${EXTRA_LIBS} )
target_include_directories(shm_util PRIVATE
"${PROJECT_BINARY_DIR}"
${EXTRA_INCLUDES}
)