src/CMakeLists.txt
@@ -30,10 +30,11 @@ if (BUILD_SHARED_LIBS) add_library(shm_queue SHARED ${_SOURCES_}) else() add_library(shm_queue STATIC ${_SOURCES_}) add_library(shm_queue SHARED ${_SOURCES_}) endif() #add_library(shm_queue ${_SOURCES_}) # STATIC # add_library(shm_queue ${_SOURCES_}) target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} )