wangzhengquan
2021-02-08 1388e881fe407254bd9a6df4a3b4451291969079
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}
                            )