Small algorithm improvements to avoid allocations
TL depends on cppcoro now
This commit is contained in:
@@ -51,6 +51,7 @@ endforeach()
|
||||
|
||||
add_library(TL STATIC ${SRC} ${HEADERS} ${NATVIS})
|
||||
target_include_directories(TL PUBLIC "include")
|
||||
target_include_directories(TL PUBLIC "${PROJECT_SOURCE_DIR}/../cppcoro/include")
|
||||
target_link_libraries(TL EASTL)
|
||||
|
||||
#if(BUILD_SHARED_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user