wangzhengquan
2021-02-22 044e10574fa4e007be408d991861d34ecf22622a
src/CMakeLists.txt
@@ -32,10 +32,10 @@
if (BUILD_SHARED_LIBS)
  add_library(shm_queue SHARED ${_SOURCES_})
else()
 add_library(shm_queue STATIC ${_SOURCES_})
 add_library(shm_queue SHARED ${_SOURCES_})
endif()
# STATIC
# STATIC SHARED
# add_library(shm_queue ${_SOURCES_})
target_include_directories(shm_queue PUBLIC ${EXTRA_INCLUDES} )