diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2018-02-02 11:40:50 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2018-02-05 16:18:55 -0700 |
| commit | b6f448bdb6c78386dacdc75c6a984d4a1b0436cd (patch) | |
| tree | 08026856b57b68c4367e97dca209c2c698606d9e | |
| parent | e7b229464302b6b93d394c1a8a9e4e0dce25c5bd (diff) | |
| download | usermoji-b6f448bdb6c78386dacdc75c6a984d4a1b0436cd.tar.xz | |
icd: Remove dead code from CMakeLists.txt
Change-Id: I6b60b2e71568a3a88a3366b04ab7cf911fa05526
| -rw-r--r-- | icd/CMakeLists.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt index 88f5d2a0..fa484675 100644 --- a/icd/CMakeLists.txt +++ b/icd/CMakeLists.txt @@ -126,30 +126,5 @@ endif() run_vk_xml_generate(mock_icd_generator.py mock_icd.h) run_vk_xml_generate(mock_icd_generator.py mock_icd.cpp) -# Layer Utils Library -# For Windows, we use a static lib because the Windows loader has a fairly restrictive loader search -# path that can't be easily modified to point it to the same directory that contains the layers. -#if (WIN32) -# add_library(VkLayer_utils STATIC vk_layer_config.cpp vk_layer_extension_utils.cpp vk_layer_utils.cpp vk_format_utils.cpp) -#else() -# add_library(VkLayer_utils SHARED vk_layer_config.cpp vk_layer_extension_utils.cpp vk_layer_utils.cpp vk_format_utils.cpp) -# if(INSTALL_LVL_FILES) -# install(TARGETS VkLayer_utils DESTINATION ${CMAKE_INSTALL_LIBDIR}) -# endif() -#endif() -#add_dependencies(VkLayer_utils generate_helper_files) - -#add_vk_layer(core_validation core_validation.cpp vk_layer_table.cpp descriptor_sets.cpp buffer_validation.cpp shader_validation.cpp) -#add_vk_layer(object_tracker object_tracker.cpp object_tracker_utils.cpp vk_layer_table.cpp) -# generated -#add_vk_layer(threading threading.cpp thread_check.h vk_layer_table.cpp) -#add_vk_layer(unique_objects unique_objects.cpp unique_objects_wrappers.h vk_layer_table.cpp) -#add_vk_layer(parameter_validation parameter_validation.cpp parameter_validation_utils.cpp parameter_validation.h vk_layer_table.cpp vk_validation_error_messages.h) -#add_vk_layer(mock_layer mock_layer.cpp mock_layer.h vk_layer_table.cpp) - add_vk_icd(mock_icd mock_icd.cpp mock_icd.h) -# Core validation has additional dependencies -#target_include_directories(VkLayer_core_validation PRIVATE ${GLSLANG_SPIRV_INCLUDE_DIR}) -#target_include_directories(VkLayer_core_validation PRIVATE ${SPIRV_TOOLS_INCLUDE_DIR}) -#target_link_libraries(VkLayer_core_validation ${SPIRV_TOOLS_LIBRARIES}) |
