Files
triton/lib/codegen/CMakeLists.txt

6 lines
82 B
CMake
Raw Normal View History

file(GLOB_RECURSE CODEGEN_SRC *.cc)
add_library(TritonCodeGen
${CODEGEN_SRC}
)