mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Remove cxx_function from dep
* This is no longer needed
This commit is contained in:
parent
05727b0ee6
commit
a7cdb16370
@ -7,10 +7,6 @@ if (CTI_CONTINUABLE_WITH_TESTS OR CTI_CONTINUABLE_WITH_EXAMPLES)
|
||||
add_subdirectory(googletest)
|
||||
endif()
|
||||
|
||||
if(NOT TARGET cxx_function)
|
||||
add_subdirectory(cxx_function)
|
||||
endif()
|
||||
|
||||
if(NOT TARGET asio)
|
||||
add_subdirectory(asio)
|
||||
endif()
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
add_library(cxx_function INTERFACE)
|
||||
|
||||
target_include_directories(cxx_function
|
||||
INTERFACE
|
||||
"${CMAKE_CURRENT_LIST_DIR}")
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit c12ed6e2da0c05ebc7bac30cdd260f152cb565a1
|
||||
@ -9,7 +9,6 @@ target_include_directories(test-continuable-base
|
||||
target_link_libraries(test-continuable-base
|
||||
PUBLIC
|
||||
gtest-main
|
||||
cxx_function
|
||||
continuable
|
||||
continuable-features-flags
|
||||
continuable-features-warnings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user