diff options
author | Lukas Rusak <lorusak@gmail.com> | 2022-03-19 19:37:54 -0700 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2022-03-23 20:25:00 -0700 |
commit | f285d05a2725c62039d0ab972898d9fe8154a04f (patch) | |
tree | 176a2581a98520eae79e7c23eff3d8262e324c6a /cmake/treedata | |
parent | 343168f7babdd4db168fd38996467081e9e41b62 (diff) |
threads: split CThreadImplPosix into CThreadImplLinux
Diffstat (limited to 'cmake/treedata')
-rw-r--r-- | cmake/treedata/android/subdirs.txt | 1 | ||||
-rw-r--r-- | cmake/treedata/linux/subdirs.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/treedata/android/subdirs.txt b/cmake/treedata/android/subdirs.txt index 506b9a5607..d3be3bf246 100644 --- a/cmake/treedata/android/subdirs.txt +++ b/cmake/treedata/android/subdirs.txt @@ -15,6 +15,7 @@ xbmc/platform/android/powermanagement platform/android/powermanagement xbmc/platform/android/storage platform/android/storage xbmc/platform/android/utils platform/android/utils xbmc/platform/linux/peripherals platform/linux/peripherals +xbmc/platform/linux/threads platform/linux/threads xbmc/platform/posix platform/posix xbmc/platform/posix/filesystem platform/posix/filesystem xbmc/platform/posix/threads platform/posix/threads diff --git a/cmake/treedata/linux/subdirs.txt b/cmake/treedata/linux/subdirs.txt index 2325768962..3c97d83db4 100644 --- a/cmake/treedata/linux/subdirs.txt +++ b/cmake/treedata/linux/subdirs.txt @@ -7,6 +7,7 @@ xbmc/platform/linux/peripherals platform/linux/peripherals xbmc/platform/linux/powermanagement platform/linux/powermanagement xbmc/platform/linux/sse4 platform/linux/sse4 xbmc/platform/linux/storage platform/linux/storage +xbmc/platform/linux/threads platform/linux/threads xbmc/platform/posix platform/posix xbmc/platform/posix/filesystem platform/posix/filesystem xbmc/platform/posix/network platform/posix/network |