From c92c1e0654045eccca6a7f2559102d5264ee938f Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Fri, 22 Sep 2023 12:52:13 -0600 Subject: cmake: Remove generate_icd_files Does nothing --- icd/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt index f36849de..1183c074 100644 --- a/icd/CMakeLists.txt +++ b/icd/CMakeLists.txt @@ -45,13 +45,6 @@ else() message(FATAL_ERROR "Unsupported Platform!") endif() -add_custom_target(generate_icd_files - DEPENDS mock_icd.cpp ${GENERATED}/function_definitions.h ${GENERATED}/function_declarations.h -) -set_target_properties( - generate_icd_files PROPERTIES FOLDER ${TOOLS_HELPER_FOLDER} -) - add_library(VkICD_mock_icd MODULE) target_sources(VkICD_mock_icd PRIVATE mock_icd.cpp) target_link_libraries(VkICD_mock_icd PRIVATE Vulkan::Headers) -- cgit v1.2.3