wangzhengquan
2021-02-20 e0aea3742aed09a0a9ed384ccd7db203b6efc650
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}
                            )