Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

16 lines
695 B
CMake

add_executable(MemoryStrategyBenchmark
MemoryStrategyBenchmark.cpp
TestBlocks.hpp
TestStrategy.hpp
TestStrategy.cpp
../../include/armnn/Exceptions.hpp
../../src/armnn/Exceptions.cpp)
target_link_libraries(MemoryStrategyBenchmark armnnMemoryOptimizationStrategies)
target_include_directories(MemoryStrategyBenchmark PRIVATE
../../include/armnn/backends
../../src/backends/backendsCommon/memoryOptimizerStrategyLibrary
../../third-party/cxxopts)
set_target_properties(MemoryStrategyBenchmark PROPERTIES LINKER_LANGUAGE CXX)