wangzhengquan
2021-02-05 e15d6fe15898caab7180b2065fea3382ecabd3e0
src/CMakeLists.txt
@@ -28,10 +28,13 @@
./shm/hashtable.cpp
)
if (BUILD_SHARED_LIBS)
  add_library(shm_queue SHARED ${_SOURCES_})
else()
 add_library(shm_queue STATIC ${_SOURCES_})
endif()
# add_library(shm_queue SHARED ${_SOURCES_})
# add_library(shm_queue STATIC ${_SOURCES_})
add_library(shm_queue ${_SOURCES_})
#add_library(shm_queue ${_SOURCES_})
target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} )