File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ add_executable(opencl_compiler
4242target_link_libraries (opencl_compiler PUBLIC OpenCL::OpenCL )
4343set_property (TARGET opencl_compiler
4444 PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR } )
45-
45+
4646if (ALIGPU_BUILD_TYPE STREQUAL "Standalone" )
4747 set (OPENCL_HEADER_FILTER "${CMAKE_SOURCE_DIR } " )
4848else ()
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(SRCS
1515 standalone.cxx
1616 ../../utils/qconfig.cxx
1717 ../../Base/GPUReconstructionTimeframe.cxx)
18-
18+
1919if (ALIGPU_BUILD_TYPE STREQUAL "O2" )
2020 o2_add_executable (standalone-benchmark
2121 COMPONENT_NAME gpu
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function(add_glslc_shader TARGET SHADER)
2222 set (spirv-file ${CMAKE_CURRENT_BINARY_DIR } /shaders/${input-file-rel} .spv)
2323 get_filename_component (output -dir ${spirv-file} DIRECTORY )
2424 file (MAKE_DIRECTORY ${output-dir} )
25-
25+
2626 add_custom_command (
2727 OUTPUT ${spirv-file}
2828 COMMAND ${Vulkan_GLSLC_EXECUTABLE} -o ${spirv-file} ${input-file-abs}
You can’t perform that action at this time.
0 commit comments