summaryrefslogtreecommitdiffstats
path: root/libc/test/integration/src/__support/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/integration/src/__support/CMakeLists.txt')
-rw-r--r--libc/test/integration/src/__support/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/test/integration/src/__support/CMakeLists.txt b/libc/test/integration/src/__support/CMakeLists.txt
index 7c853ff10259..b5b6557e8d68 100644
--- a/libc/test/integration/src/__support/CMakeLists.txt
+++ b/libc/test/integration/src/__support/CMakeLists.txt
@@ -1 +1,4 @@
add_subdirectory(threads)
+if(LIBC_TARGET_OS_IS_GPU)
+ add_subdirectory(GPU)
+endif()