blob: f8f0c1639882bc182e7e371bff1b31af88129a2f [file] [log] [blame]
add_library(
utils
OBJECT
Utils/Error.cpp)
add_library(
streamexecutor
$<TARGET_OBJECTS:utils>
KernelSpec.cpp)
if(STREAM_EXECUTOR_UNIT_TESTS)
add_subdirectory(unittests)
endif()