forked from Green-Sky/tomato
move queue code to external
This commit is contained in:
9
external/spscqueue/CMakeLists.txt
vendored
Normal file
9
external/spscqueue/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
add_library(SPSCQueue INTERFACE
|
||||
./SPSCQueue.h
|
||||
)
|
||||
|
||||
target_compile_features(SPSCQueue INTERFACE cxx_std_17)
|
||||
target_include_directories(SPSCQueue INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
Reference in New Issue
Block a user