We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08c5de commit 1470ad8Copy full SHA for 1470ad8
libclc/CMakeLists.txt
@@ -5,9 +5,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
5
endif()
6
set(LLVM_SUBPROJECT_TITLE "libclc")
7
8
-# Top level target used to build all Libclc libraries.
9
-add_custom_target( libclc ALL )
10
-
11
set(CMAKE_CXX_STANDARD 17)
12
13
# Add path for custom modules
@@ -45,6 +42,9 @@ set( LIBCLC_TARGETS_TO_BUILD "all"
45
42
46
43
option( ENABLE_RUNTIME_SUBNORMAL "Enable runtime linking of subnormal support." OFF )
47
44
+# Top level target used to build all Libclc libraries.
+add_custom_target( libclc ALL )
+
48
add_custom_target( libclc-opencl-builtins COMMENT "Build libclc OpenCL builtins" )
49
add_dependencies( libclc libclc-opencl-builtins )
50
0 commit comments