Skip to content

Commit 1c84d0d

Browse files
committed
fix: merge promise_helper and thread_dispatcher
1 parent 1f7f450 commit 1c84d0d

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

src/common/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ add_subdirectory(mapWrapper)
1515
add_subdirectory(networkHelper)
1616
add_subdirectory(pal)
1717
add_subdirectory(pipelineHelper)
18-
add_subdirectory(promiseHelper)
1918
add_subdirectory(registryHelper)
2019
add_subdirectory(sqliteWrapper)
2120
add_subdirectory(stringHelper)

src/common/promiseHelper/CMakeLists.txt

-10
This file was deleted.

src/common/threadDispatcher/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ add_library(thread_dispatcher INTERFACE)
1111

1212
target_include_directories(thread_dispatcher INTERFACE include ../)
1313

14-
target_link_libraries(thread_dispatcher INTERFACE promise_helper)
15-
1614
if(BUILD_TESTS)
1715
enable_testing()
1816
add_subdirectory(tests)

0 commit comments

Comments
 (0)