src/CMakeLists.txt
@@ -29,7 +29,7 @@ ) add_library(shm_queue ${_SOURCES_}) add_library(shm_queue SHARED ${_SOURCES_}) target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} ) @@ -46,7 +46,7 @@ target_link_libraries(shm_queue PUBLIC ${EXTRA_LIBS} ) # install rules install(TARGETS shm_queue DESTINATION lib) install(TARGETS shm_queue DESTINATION lib) install(FILES ./socket/socket_def.h ./socket/bus_server_socket.h @@ -59,6 +59,7 @@ ./futex_sem.h ./bus_error.h ./bus_def.h ./sole.h ./logger_factory.h ./queue/linked_lock_free_queue.h ./queue/array_lock_free_queue.h