mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
feat(fp16): remove SPIR-V Tools dependency
This commit is contained in:
parent
3a86e5ade4
commit
7bac21f793
2 changed files with 1 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ set_target_properties(lsfg-vk PROPERTIES
|
|||
target_include_directories(lsfg-vk
|
||||
PUBLIC include)
|
||||
target_link_libraries(lsfg-vk PUBLIC
|
||||
pe-parse toml11 SPIRV-Tools-opt)
|
||||
pe-parse toml11
|
||||
lsfg-vk-framegen)
|
||||
|
||||
get_target_property(TOML11_INCLUDE_DIRS toml11 INTERFACE_INCLUDE_DIRECTORIES)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
#include "extract/extract.hpp"
|
||||
#include "config/config.hpp"
|
||||
|
||||
#include <spirv-tools/optimizer.hpp>
|
||||
#include <spirv-tools/libspirv.h>
|
||||
#include <pe-parse/parse.h>
|
||||
|
||||
#include <unordered_map>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue