summaryrefslogtreecommitdiffstats
path: root/external/thread_pool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'external/thread_pool/CMakeLists.txt')
-rw-r--r--external/thread_pool/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/thread_pool/CMakeLists.txt b/external/thread_pool/CMakeLists.txt
new file mode 100644
index 0000000..6e7be0a
--- /dev/null
+++ b/external/thread_pool/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(thread_pool INTERFACE)
+target_include_directories(thread_pool INTERFACE "${CMAKE_CURRENT_LIST_DIR}/include")